mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Added spaces so the split works
This commit is contained in:
parent
0d4fc5513a
commit
dcb1b76917
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user