mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
fix get playlist tracks order
+ fix utils.get_home_res_path
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ def date_string_to_time_passed(prev_date: str) -> str:
|
||||
seconds = diff.total_seconds()
|
||||
|
||||
if seconds < 0:
|
||||
return "in the future"
|
||||
return "-from a time machine 🛸"
|
||||
|
||||
if seconds < 15:
|
||||
return "now"
|
||||
|
||||
Reference in New Issue
Block a user