This commit is contained in:
Ayush Saini 2022-07-02 17:24:51 +05:30
parent 713e2d03d9
commit 421c488c6a
3 changed files with 4 additions and 2 deletions

View file

@ -53,8 +53,9 @@ class modSetup(ba.Plugin):
if settings["afk_remover"]['enable']:
afk_check.checkIdle().start()
def on_app_shutdown(self):
playlist.flush_playlists()
def on_app_shutdown(self):
pass