mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 00:35:26 +03:00
restore nuget targets for mono build
This commit is contained in:
@@ -378,8 +378,8 @@ namespace MediaBrowser.Server.Implementations.Dto
|
||||
|
||||
if (album != null)
|
||||
{
|
||||
dto.Album = item.Name;
|
||||
dto.AlbumId = item.Id.ToString("N");
|
||||
dto.Album = album.Name;
|
||||
dto.AlbumId = album.Id.ToString("N");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user