Fixed the rating being carried over to the next song bug

This commit is contained in:
Pezz89
2015-03-30 09:51:31 +02:00
parent e858473352
commit 595e74a830
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -55,6 +55,7 @@ class iTunes_com_thread(Thread):
#value
if self.set_rating:
self.iTunes.set_current_track_rating(self.rating)
self.set_rating = False
prev_track = current_track
#Update the display with the new information
-1
View File
@@ -40,7 +40,6 @@ class iTunesBridge:
return None
return track_info
def main():
iTunes = iTunesBridge()
print iTunes.is_running()