implemented new cli

This commit is contained in:
Hellow2
2023-03-30 10:07:42 +02:00
parent 2b1b62f1dc
commit 214b04d7cc
2 changed files with 27 additions and 2 deletions

View File

@@ -176,4 +176,7 @@ class Search(Download):
mpo[page] = music_object.options
def goto_previous(self):
self._current_option = self._previous_options
try:
self._current_option = self._previous_options
except IndexError:
pass