diff --git a/pandora_client/__init__.py b/pandora_client/__init__.py index f19ad98..85e02b2 100644 --- a/pandora_client/__init__.py +++ b/pandora_client/__init__.py @@ -311,10 +311,12 @@ class Client(object): break if update: info = utils.avinfo(path) + ''' if 'error' in info or info['size'] == 0: #print info return False - else: + ''' + if info['size'] > 0: oshash = info['oshash'] sha1 = None deleted = -1