0
1
mirror of https://github.com/radio95-rnt/RadioPlayer.git synced 2026-02-26 21:53:54 +01:00

add a shutdown function

This commit is contained in:
2025-11-23 12:14:18 +01:00
parent c87b5f7a27
commit 5e0bc2c99c
3 changed files with 8 additions and 0 deletions

View File

@@ -86,6 +86,11 @@ class PlayerModule(BaseIMCModule):
Please don't put any blocking or code that takes time
"""
pass
def shutdown(self):
"""
Ran while shutting down
"""
pass
class PlaylistModifierModule:
"""
Playlist modifier, this type of module allows you to shuffle, or put jingles into your playlist