convert album providers

This commit is contained in:
Luke Pulverenti
2014-01-31 14:55:21 -05:00
parent 9685b81db5
commit 67fde8c16d
52 changed files with 1181 additions and 1571 deletions

View File

@@ -21,9 +21,6 @@ namespace MediaBrowser.Controller.Entities.Audio
Tags = new List<string>();
}
public string LastFmImageUrl { get; set; }
public string LastFmImageSize { get; set; }
/// <summary>
/// Gets or sets the tags.
/// </summary>