support saving new metadata configuration

This commit is contained in:
Luke Pulverenti
2014-02-02 14:31:56 -05:00
parent 68bb977a74
commit 8b3485968f
7 changed files with 71 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ namespace MediaBrowser.Controller.Entities.Audio
{
public interface IHasAlbumArtist
{
string AlbumArtist { get; }
string AlbumArtist { get; set; }
}
public interface IHasArtist