fix duplicates in suggestions

This commit is contained in:
Luke Pulverenti
2016-06-28 23:17:27 -04:00
parent 02b0734029
commit db1130166f
4 changed files with 68 additions and 18 deletions

View File

@@ -276,11 +276,6 @@ namespace MediaBrowser.Server.Mono.Native
{
"https://github.com/MediaBrowser/Emby.Resources/raw/master/ffmpeg/linux/ffmpeg-git-20160215-64bit-static.7z"
};
case Architecture.X86:
return new[]
{
"https://github.com/MediaBrowser/Emby.Resources/raw/master/ffmpeg/linux/ffmpeg-git-20160215-32bit-static.7z"
};
}
break;
}