File tree 1 file changed +0
-3
lines changed
Jellyfin.Plugin.MetaShark/Providers
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,6 @@ public EpisodeInfo FixParseInfo(EpisodeInfo info)
217
217
ParentIndexNumber = 0 ,
218
218
IndexNumber = null ,
219
219
Name = parseResult . ExtraName ,
220
- AirsAfterSeasonNumber = 1 ,
221
220
} ;
222
221
return result ;
223
222
}
@@ -226,7 +225,6 @@ public EpisodeInfo FixParseInfo(EpisodeInfo info)
226
225
result . Item = new Episode
227
226
{
228
227
Name = parseResult . ExtraName ,
229
- AirsAfterSeasonNumber = 1 ,
230
228
} ;
231
229
return result ;
232
230
}
@@ -241,7 +239,6 @@ public EpisodeInfo FixParseInfo(EpisodeInfo info)
241
239
ParentIndexNumber = 0 ,
242
240
IndexNumber = parseResult . IndexNumber ,
243
241
Name = parseResult . SpecialName == info . Name ? fileName : parseResult . SpecialName ,
244
- AirsAfterSeasonNumber = 1 ,
245
242
} ;
246
243
247
244
return result ;
You can’t perform that action at this time.
0 commit comments