mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
some db/migration cleanup
This commit is contained in:
parent
8424dd6ede
commit
15aedfc847
13 changed files with 76 additions and 130 deletions
|
@ -1,4 +1,4 @@
|
|||
@model IEnumerable<NzbDrone.Core.Repository.IndexerSetting>
|
||||
@model IEnumerable<NzbDrone.Core.Repository.IndexerDefinition>
|
||||
@section TitleContent{
|
||||
Indexers
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@model IEnumerable<NzbDrone.Core.Repository.JobSetting>
|
||||
@model IEnumerable<NzbDrone.Core.Repository.JobDefinition>
|
||||
@section TitleContent{
|
||||
Jobs
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue