musicmuster/app
Keith Edmunds 9eac5caf09 Separate out sessions. Starts addressing issue #10
We were creating a session in the "Add from database" dialog, and then
creating another session (with the first still active) in _repaint().

Separated out sessions; also don't call _save_playlist from _repaint
as it doesn't really have any connection.
2021-06-04 12:37:37 +01:00
..
ui Select next/previous non-note row with j/k 2021-05-31 12:08:50 +01:00
config.py Update connection string and requirements.txt 2021-05-04 18:11:28 +01:00
helpers.py Code review for V1.0.0 2021-04-09 23:21:42 +01:00
icons_rc.py Use resources for button icons 2021-04-06 19:06:42 +01:00
log.py Preserve tags on normalise; output time to stdout logs 2021-05-27 16:15:14 +01:00
model.py Use sessions correctly (fixes #5) 2021-06-02 08:26:54 +01:00
music.py Hopefully addressing segfault in issue #3 2021-05-30 21:50:02 +01:00
musicmuster.py Separate out sessions. Starts addressing issue #10 2021-06-04 12:37:37 +01:00
playlists.py Separate out sessions. Starts addressing issue #10 2021-06-04 12:37:37 +01:00
songdb.py Use sessions correctly (fixes #5) 2021-06-02 08:26:54 +01:00