Rename TvCategory to MusicCategory for Clients

This commit is contained in:
Qstick
2018-02-15 21:52:15 -05:00
parent 8ef80ba135
commit e8771c9c78
31 changed files with 111 additions and 111 deletions
@@ -296,7 +296,7 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests.DownloadStationTests
protected void GivenTvCategory()
{
_settings.TvCategory = _category;
_settings.MusicCategory = _category;
}
protected void GivenTvDirectory()
@@ -198,7 +198,7 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests.DownloadStationTests
protected void GivenTvCategory()
{
_settings.TvCategory = _category;
_settings.MusicCategory = _category;
}
protected void GivenTvDirectory()