1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-23 22:25:56 -04:00

New: Setting SceneName and ReleaseGroup for EpisodeFiles via API

This commit is contained in:
Michael Higgins
2021-05-15 17:58:53 -04:00
committed by GitHub
parent ee227e3b1d
commit 82e0a4bd0e
3 changed files with 27 additions and 0 deletions
@@ -9,5 +9,7 @@ namespace Sonarr.Api.V3.EpisodeFiles
public List<int> EpisodeFileIds { get; set; }
public Language Language { get; set; }
public QualityModel Quality { get; set; }
public string SceneName { get; set; }
public string ReleaseGroup { get; set; }
}
}