diff --git a/src/menu.py b/src/menu.py index b9c3596..0a3f737 100644 --- a/src/menu.py +++ b/src/menu.py @@ -125,7 +125,7 @@ def start(self): # 前进 elif key == ord('l') or key == 10: - if self.datatype == 'songs' or self.datatype == 'djchannels' or self.datatype == 'help': + if self.datatype == 'songs' or self.datatype == 'djchannels' or self.datatype == 'help' or len(self.datalist) <= 0: continue self.ui.build_loading() self.dispatch_enter(idx)