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