Merge pull request #2789 from MediaBrowser/dev

Dev
This commit is contained in:
Luke 2017-07-31 15:09:20 -04:00 committed by GitHub
commit ff42e5987f
2 changed files with 2 additions and 1 deletions

View File

@ -2104,6 +2104,7 @@ namespace MediaBrowser.Controller.MediaEncoding
var vn = string.Empty;
var hasArt = !string.IsNullOrWhiteSpace(state.AlbumCoverPath);
hasArt = false;
if (hasArt)
{

View File

@ -1,3 +1,3 @@
using System.Reflection;
[assembly: AssemblyVersion("3.2.26.9")]
[assembly: AssemblyVersion("3.2.26.10")]