diff options
Diffstat (limited to 'MediaBrowser.Controller/Providers/ArtistInfo.cs')
| -rw-r--r-- | MediaBrowser.Controller/Providers/ArtistInfo.cs | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/MediaBrowser.Controller/Providers/ArtistInfo.cs b/MediaBrowser.Controller/Providers/ArtistInfo.cs deleted file mode 100644 index 8a4abd5c6..000000000 --- a/MediaBrowser.Controller/Providers/ArtistInfo.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System.Collections.Generic; - -namespace MediaBrowser.Controller.Providers -{ - public class ArtistInfo : ItemLookupInfo - { - public List<SongInfo> SongInfos { get; set; } - - public ArtistInfo() - { - SongInfos = new List<SongInfo>(); - } - } -}
\ No newline at end of file |
