mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Merge branch 'master' of https://github.com/AnonymusRaccoon/Kyoo
This commit is contained in:
commit
b33acc5c2d
@ -82,6 +82,12 @@ namespace Kyoo.Models
|
||||
episode.Tracks.Where(x => x.Type == StreamType.Subtitle),
|
||||
episode.Tracks.FirstOrDefault(x => x.Type == StreamType.Video))
|
||||
{
|
||||
if (episode.Show.IsMovie)
|
||||
{
|
||||
IsMovie = true;
|
||||
return;
|
||||
}
|
||||
|
||||
if (EpisodeNumber > 1)
|
||||
PreviousEpisode = episode.Season.Episodes.FirstOrDefault(x => x.EpisodeNumber == EpisodeNumber - 1);
|
||||
else if (SeasonNumber > 1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user