Skip to content
Commit d5b355f3 authored by hydrargyrum's avatar hydrargyrum
Browse files

weboob.tools.capabilities.streaminfo: fix StreamInfo.__iscomplete__

Backend.fillobj sets a field to NotAvailable if it's not complete.
Always returning False in __iscomplete__ prevents the field from ever
working with fillobj.

Since the StreamInfo is volatile, it's not just the StreamInfo's fields
which should be reloaded with fillobj, it should rather be the whole
StreamInfo object (or its container, e.g. Radio).
parent da279cab
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment