Compare commits
4 Commits
a84d7d9c1a
...
e862019b20
| Author | SHA1 | Date | |
|---|---|---|---|
| e862019b20 | |||
| d75f7d11ce | |||
| 307b448e7f | |||
| e33fefc552 |
@@ -192,7 +192,7 @@ class BTreeDB(IPlaylistDB):
|
||||
print(f'Malformed playlist position: {val!r}')
|
||||
result = False
|
||||
continue
|
||||
if 0 < idx or idx > last_pos:
|
||||
if 0 > idx or idx > last_pos:
|
||||
print(f'Playlist position out of range for {last_tag}: {idx}')
|
||||
result = False
|
||||
if dump:
|
||||
|
||||
Reference in New Issue
Block a user