mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04: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…
x
Reference in New Issue
Block a user