3.2.26.10

This commit is contained in:
Luke Pulverenti 2017-07-31 15:08:54 -04:00
parent 2ed625d27e
commit a74dbb6481
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")]