mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-17 01:52:24 +00:00
Merge pull request #6358 from MrTimscampi/audio-people
This commit is contained in:
@@ -43,7 +43,7 @@ namespace MediaBrowser.Controller.Entities.Audio
|
||||
public override bool SupportsPlayedStatus => true;
|
||||
|
||||
[JsonIgnore]
|
||||
public override bool SupportsPeople => false;
|
||||
public override bool SupportsPeople => true;
|
||||
|
||||
[JsonIgnore]
|
||||
public override bool SupportsAddingToPlaylist => true;
|
||||
|
||||
Reference in New Issue
Block a user