mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
Rename TvCategory to MusicCategory for Clients
This commit is contained in:
+1
-1
@@ -296,7 +296,7 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests.DownloadStationTests
|
||||
|
||||
protected void GivenTvCategory()
|
||||
{
|
||||
_settings.TvCategory = _category;
|
||||
_settings.MusicCategory = _category;
|
||||
}
|
||||
|
||||
protected void GivenTvDirectory()
|
||||
|
||||
+1
-1
@@ -198,7 +198,7 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests.DownloadStationTests
|
||||
|
||||
protected void GivenTvCategory()
|
||||
{
|
||||
_settings.TvCategory = _category;
|
||||
_settings.MusicCategory = _category;
|
||||
}
|
||||
|
||||
protected void GivenTvDirectory()
|
||||
|
||||
Reference in New Issue
Block a user