1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 03:52:33 +02:00

Added spaces so the split works

This commit is contained in:
Mark McDowall 2013-08-26 22:20:08 -07:00
parent 0d4fc5513a
commit dcb1b76917

View File

@ -24,9 +24,9 @@ public class DiskScanService :
private const string EXTENSIONS =
//XBMC
".m4v .3gp .nsv .ts .ty .strm .rm .rmvb .m3u .ifo .mov .qt .divx .xvid .bivx .vob .nrg .img" +
".m4v .3gp .nsv .ts .ty .strm .rm .rmvb .m3u .ifo .mov .qt .divx .xvid .bivx .vob .nrg .img " +
".iso .pva .wmv .asf .asx .ogm .m2v .avi .bin .dat .dvr-ms .mpg .mpeg .mp4 .mkv .avc .vp3 " +
".svq3 .nuv .viv .dv .fli .flv .wpl" +
".svq3 .nuv .viv .dv .fli .flv .wpl " +
//Other
".m2ts";