mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 01:05:19 +03:00
#680 - episode organization
This commit is contained in:
@@ -15,4 +15,19 @@ namespace MediaBrowser.Model.FileOrganization
|
||||
/// <value>The limit.</value>
|
||||
public int? Limit { get; set; }
|
||||
}
|
||||
|
||||
public class EpisodeFileOrganizationRequest
|
||||
{
|
||||
public string ResultId { get; set; }
|
||||
|
||||
public string SeriesId { get; set; }
|
||||
|
||||
public int SeasonNumber { get; set; }
|
||||
|
||||
public int EpisodeNumber { get; set; }
|
||||
|
||||
public int? EndingEpisodeNumber { get; set; }
|
||||
|
||||
public bool RememberCorrection { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user