mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -07:00
Remove Core.TV references in preperation for Cleanup
This commit is contained in:
parent
6685644c5c
commit
3a4c6fe364
16 changed files with 15 additions and 31 deletions
|
@ -5,7 +5,6 @@ using NzbDrone.Core.Download.TrackedDownloads;
|
|||
using NzbDrone.Core.Indexers;
|
||||
using NzbDrone.Core.Parser.Model;
|
||||
using NzbDrone.Core.Qualities;
|
||||
using NzbDrone.Core.Tv;
|
||||
using NzbDrone.Core.Music;
|
||||
|
||||
namespace NzbDrone.Core.Queue
|
||||
|
@ -14,7 +13,6 @@ namespace NzbDrone.Core.Queue
|
|||
{
|
||||
public Artist Artist { get; set; }
|
||||
public Album Album { get; set; }
|
||||
public Episode Episode { get; set; }
|
||||
public QualityModel Quality { get; set; }
|
||||
public decimal Size { get; set; }
|
||||
public string Title { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue