mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-24 22:36:19 -04:00
@@ -1,4 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
using NzbDrone.Core.Languages;
|
||||
using NzbDrone.Core.Qualities;
|
||||
|
||||
namespace Sonarr.Api.V3.EpisodeFiles
|
||||
@@ -6,6 +7,7 @@ namespace Sonarr.Api.V3.EpisodeFiles
|
||||
public class EpisodeFileListResource
|
||||
{
|
||||
public List<int> EpisodeFileIds { get; set; }
|
||||
public Language Language { get; set; }
|
||||
public QualityModel Quality { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user