cleanup
This commit is contained in:
parent
0ebd067bc2
commit
73be639397
10 changed files with 40 additions and 28 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue