mirror of
https://github.com/csd4ni3l/music-player.git
synced 2026-01-01 04:03:42 +01:00
Add file watching/automatic reload, remove manual reload, split utils into multiple files, add much more metadata such as last play time and play times
This commit is contained in:
@@ -14,9 +14,9 @@ shuffle_icon = arcade.load_texture("assets/graphics/shuffle.png")
|
||||
no_shuffle_icon = arcade.load_texture("assets/graphics/no_shuffle.png")
|
||||
|
||||
settings_icon = arcade.load_texture("assets/graphics/settings.png")
|
||||
reload_icon = arcade.load_texture("assets/graphics/reload.png")
|
||||
download_icon = arcade.load_texture("assets/graphics/download.png")
|
||||
plus_icon = arcade.load_texture("assets/graphics/plus.png")
|
||||
|
||||
playlist_icon = arcade.load_texture("assets/graphics/playlist.png")
|
||||
files_icon = arcade.load_texture("assets/graphics/files.png")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user