mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 10:44:50 +03:00
add reel
This commit is contained in:
@@ -237,7 +237,7 @@ namespace MediaBrowser.Api
|
||||
|
||||
if (musicVideo != null)
|
||||
{
|
||||
musicVideo.Artist = request.Artists[0];
|
||||
musicVideo.Artists = request.Artists.ToList();
|
||||
musicVideo.Album = request.Album;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user