mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
update more from/similar
This commit is contained in:
@@ -368,6 +368,12 @@ namespace MediaBrowser.Api.UserLibrary
|
||||
query.ArtistNames = request.Artists.Split('|');
|
||||
}
|
||||
|
||||
// ExcludeArtistNames
|
||||
if (!string.IsNullOrEmpty(request.ExcludeArtistNames))
|
||||
{
|
||||
query.ExcludeArtistNames = request.ExcludeArtistNames.Split('|');
|
||||
}
|
||||
|
||||
// Albums
|
||||
if (!string.IsNullOrEmpty(request.Albums))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user