You've already forked RadioPlayer
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user