mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-19 04:34:18 +01:00
support saving new metadata configuration
This commit is contained in:
@@ -3,7 +3,7 @@ namespace MediaBrowser.Controller.Entities.Audio
|
||||
{
|
||||
public interface IHasAlbumArtist
|
||||
{
|
||||
string AlbumArtist { get; }
|
||||
string AlbumArtist { get; set; }
|
||||
}
|
||||
|
||||
public interface IHasArtist
|
||||
|
||||
Reference in New Issue
Block a user