This commit is contained in:
mungai-njoroge
2023-07-29 07:00:31 +03:00
parent 93de3d2f0c
commit 50aa971972
6 changed files with 6 additions and 4 deletions
+3
View File
@@ -44,6 +44,9 @@ class Playlist:
def set_duration(self, duration: int):
self.duration = duration
def set_count(self, count: int):
self.count = count
def clear_lists(self):
"""