This is needed as otherwise each and every backend needs to handle the fact
that some "bad" clients might send {'field': 'value'} instead of
{'field': ['value']} Though the real problem isn't the clients but our
organically grown query API.
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_actor.py | ||
| test_events.py | ||
| test_history.py | ||
| test_library.py | ||
| test_listener.py | ||
| test_mixer.py | ||
| test_playback.py | ||
| test_playlists.py | ||
| test_tracklist.py | ||