Fixed the rating being carried over to the next song bug
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -40,7 +40,6 @@ class iTunesBridge:
|
||||
return None
|
||||
return track_info
|
||||
|
||||
|
||||
def main():
|
||||
iTunes = iTunesBridge()
|
||||
print iTunes.is_running()
|
||||
|
||||
Reference in New Issue
Block a user