diff options
Diffstat (limited to 'MediaBrowser.Controller/Providers/SongInfo.cs')
| -rw-r--r-- | MediaBrowser.Controller/Providers/SongInfo.cs | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/MediaBrowser.Controller/Providers/SongInfo.cs b/MediaBrowser.Controller/Providers/SongInfo.cs deleted file mode 100644 index e3a6f5d37e..0000000000 --- a/MediaBrowser.Controller/Providers/SongInfo.cs +++ /dev/null @@ -1,16 +0,0 @@ - -namespace MediaBrowser.Controller.Providers -{ - public class SongInfo : ItemLookupInfo - { - public string[] AlbumArtists { get; set; } - public string Album { get; set; } - public string[] Artists { get; set; } - - public SongInfo() - { - Artists = EmptyStringArray; - AlbumArtists = EmptyStringArray; - } - } -}
\ No newline at end of file |
