add icon to windows dist

This commit is contained in:
mungai-njoroge
2023-09-16 19:48:20 +03:00
parent 23c355d9bf
commit 22b1342ff7
5 changed files with 8 additions and 53 deletions
+1
View File
@@ -52,6 +52,7 @@ class Track:
self.og_title = self.title
self.og_album = self.album
self.last_mod = int(self.last_mod)
self.date = int(self.date)
if self.artists is not None:
artists = split_artists(self.artists)