1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
This commit is contained in:
Steffo 2018-12-05 14:09:05 +00:00
parent 8a2036e21e
commit 50b7b7e696

View file

@ -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."""