Remove self.STATE_SYMBOLS reference: there is no such attribute

This commit is contained in:
ZyX 2014-10-12 16:53:53 +04:00
parent b8a4d9b054
commit 425e8f744d
1 changed files with 0 additions and 1 deletions

View File

@ -446,7 +446,6 @@ class RDIOPlayerSegment(PlayerSegment):
'elapsed': elapsed,
'total': total,
'state': state,
'state_symbol': self.STATE_SYMBOLS.get(state)
}