mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
fix
This commit is contained in:
parent
8a2036e21e
commit
50b7b7e696
1 changed files with 0 additions and 1 deletions
|
@ -320,7 +320,6 @@ class VideoQueue:
|
|||
|
||||
def clear(self):
|
||||
self.list = None
|
||||
self.now_playing = None
|
||||
|
||||
def find_video(self, name: str) -> typing.Optional[Video]:
|
||||
"""Returns the first video with a certain name."""
|
||||
|
|
Loading…
Reference in a new issue