Skip to content

Commit

Permalink
Refactor favorites database name to bookmarks.json
Browse files Browse the repository at this point in the history
  • Loading branch information
andreztz committed Jun 25, 2024
1 parent 5616ff1 commit c94b815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xradios/core/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@


rb = RadioBrowser()
db = TinyDB(xradios_data_dir / 'favorites.json')
db = TinyDB(xradios_data_dir / "bookmarks.json")


command_handlers = {}
Expand Down

0 comments on commit c94b815

Please sign in to comment.