mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-29 12:14:49 +03:00
move media encoder to server project
This commit is contained in:
@@ -109,7 +109,7 @@ namespace MediaBrowser.Controller.Entities.Audio
|
||||
/// <returns>System.String.</returns>
|
||||
public override string GetUserDataKey()
|
||||
{
|
||||
var parent = Parent as MusicAlbum;
|
||||
var parent = FindParent<MusicAlbum>();
|
||||
|
||||
if (parent != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user