mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-01-11 22:40:36 +00:00
fix
This commit is contained in:
parent
749b35083e
commit
c19974d6d1
1 changed files with 4 additions and 1 deletions
|
|
@ -58,7 +58,8 @@ Future<(List<Video>, bool, List<String>, Directory?)> getVideoList(
|
|||
}
|
||||
}
|
||||
}
|
||||
result = (
|
||||
keepAlive.close();
|
||||
return (
|
||||
[Video(path!, episode.name!, path, subtitles: subtitles)],
|
||||
true,
|
||||
infoHashes,
|
||||
|
|
@ -86,6 +87,7 @@ Future<(List<Video>, bool, List<String>, Directory?)> getVideoList(
|
|||
episode.url,
|
||||
episode.archivePath,
|
||||
);
|
||||
keepAlive.close();
|
||||
return (videos, false, [infohash ?? ""], mpvDirectory);
|
||||
}
|
||||
|
||||
|
|
@ -112,6 +114,7 @@ Future<(List<Video>, bool, List<String>, Directory?)> getVideoList(
|
|||
}
|
||||
}
|
||||
}
|
||||
keepAlive.close();
|
||||
return (torrentList, false, infoHashes, mpvDirectory);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue