Remove self.STATE_SYMBOLS reference: there is no such attribute
This commit is contained in:
parent
b8a4d9b054
commit
425e8f744d
|
@ -446,7 +446,6 @@ class RDIOPlayerSegment(PlayerSegment):
|
|||
'elapsed': elapsed,
|
||||
'total': total,
|
||||
'state': state,
|
||||
'state_symbol': self.STATE_SYMBOLS.get(state)
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue