Change .length to .get_length()

This commit is contained in:
Jacob O'Bryant
2019-07-16 10:10:03 -06:00
parent 50b66743e9
commit c4e6e72ea0

View File

@ -748,7 +748,7 @@ class IrisCore(pykka.ThreadingActor):
def check_for_radio_update( self ):
tracklistLength = self.core.tracklist.length.get()
tracklistLength = self.core.tracklist.get_length().get()
if (tracklistLength < 3 and self.radio['enabled'] == 1):
# Grab our loaded tracks