mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-29 04:04:47 +03:00
add image editing to library setup
This commit is contained in:
@@ -1198,6 +1198,11 @@ namespace MediaBrowser.Server.Implementations.Library
|
||||
info.PrimaryImageItemId = libraryFolder.Id.ToString("N");
|
||||
}
|
||||
|
||||
if (libraryFolder != null)
|
||||
{
|
||||
info.ItemId = libraryFolder.Id.ToString("N");
|
||||
}
|
||||
|
||||
return info;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user