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
@@ -112,7 +112,7 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests.TransmissionTests
protected void GivenTvCategory()
{
_settings.TvCategory = "Lidarr";
_settings.MusicCategory = "Lidarr";
}
protected void GivenTvDirectory()