1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00

synced know file extentions with XBMC's list

http://wiki.xbmc.org/?title=advancedsettings.xml#.3Cvideoextensions.3E
This commit is contained in:
kay.one
2013-08-17 21:28:34 -07:00
parent deefa07f38
commit be2e3c5c2e
2 changed files with 20 additions and 10 deletions
@@ -21,9 +21,10 @@ namespace NzbDrone.Core.Test.ProviderTests.DiskScanProviderTests
{
@"C:\Test\30 Rock1.mkv",
@"C:\Test\30 Rock2.avi",
@"C:\Test\30 Rock3.mp4",
@"C:\Test\30 Rock4.wmv",
@"C:\Test\movie.exe"
@"C:\Test\30 Rock3.MP4",
@"C:\Test\30 Rock4.wMv",
@"C:\Test\movie.exe",
@"C:\Test\movie"
};
Mocker.GetMock<IDiskProvider>()