mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-29 02:21:03 +00:00
cleanup
This commit is contained in:
@@ -118,7 +118,7 @@ class OfflineVideoExtractor(val videoServer: VideoServer) : VideoExtractor() {
|
||||
val sublist = getSubtitle(
|
||||
videoServer.extraData?.get("title") ?: "",
|
||||
videoServer.extraData?.get("episode") ?: ""
|
||||
)?: emptyList()
|
||||
) ?: emptyList()
|
||||
//we need to return a "fake" video so that the app doesn't crash
|
||||
val video = Video(
|
||||
null,
|
||||
|
||||
Reference in New Issue
Block a user