mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-17 02:49:05 -07:00
commit
ff42e5987f
@ -2104,6 +2104,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
var vn = string.Empty;
|
||||
|
||||
var hasArt = !string.IsNullOrWhiteSpace(state.AlbumCoverPath);
|
||||
hasArt = false;
|
||||
|
||||
if (hasArt)
|
||||
{
|
||||
|
@ -1,3 +1,3 @@
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("3.2.26.9")]
|
||||
[assembly: AssemblyVersion("3.2.26.10")]
|
||||
|
Loading…
Reference in New Issue
Block a user