mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Fix scanner's invalid expected response
This commit is contained in:
parent
aa5ba7f2a9
commit
4d96ab5451
@ -77,7 +77,10 @@ class VideoCreated(Model):
|
||||
id: str
|
||||
path: str
|
||||
guess: Guess
|
||||
entries: list[Resource]
|
||||
entries: list[CreatedEntry]
|
||||
|
||||
class CreatedEntry(Model):
|
||||
slug: str
|
||||
|
||||
|
||||
class VideoLink(Model):
|
||||
|
Loading…
x
Reference in New Issue
Block a user