Partially implemented ArtistRefreshCommand. In order to move forward, API may need to be switched to Spotify.

This commit is contained in:
Joseph Milazzo
2017-05-07 11:58:24 -05:00
parent fa80bca2c9
commit b481bc6e45
14 changed files with 420 additions and 33 deletions
@@ -55,6 +55,7 @@ namespace NzbDrone.Core.Datastore.Migration
.WithColumn("Title").AsString().Nullable()
.WithColumn("Ignored").AsBoolean().Nullable()
.WithColumn("Explict").AsBoolean()
.WithColumn("Monitored").AsBoolean()
.WithColumn("TrackExplicitName").AsString().Nullable()
.WithColumn("TrackCensoredName").AsString().Nullable()
.WithColumn("TrackFileId").AsInt32().Nullable()