display selected athmo and disappear after playback ends

This commit is contained in:
SallarShayegan
2025-09-01 21:41:34 +02:00
parent 0448355401
commit bed8cae617
2 changed files with 8 additions and 1 deletions

View File

@ -10,6 +10,8 @@ class Athmos(ItemSelection):
self.show_list = True
self.max_name_width = 350
super().__init__(self.max_name_width)
self.current_duration = 0
self.time_started = 0
def set_filenames(self,filenames):
super().set_items(filenames)