fix get playlist tracks order

+ fix utils.get_home_res_path
This commit is contained in:
geoffrey45
2023-03-15 10:01:12 +03:00
parent 64bb4f75df
commit d21a834a00
7 changed files with 62 additions and 15 deletions
+1 -1
View File
@@ -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"