mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-07-30 15:59:16 +02:00
some updates
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from . import PlaylistModifierModule, Track
|
||||
|
||||
class Module(PlaylistModifierModule):
|
||||
def modify(self, global_args: dict, playlist: list[Track]) -> list[Track] | None:
|
||||
playlist[0].fade_in = 0
|
||||
return playlist
|
||||
|
||||
playlistmod = Module(), -1
|
||||
Reference in New Issue
Block a user