| FileFlag::SubLanguage
| FileFlag::DubLanguage
| FileFlag::MyListViewDate
+ | FileFlag::MyListState
+ | FileFlag::MyListFileState
+ | FileFlag::MyListStorage
+ | FileFlag::MyListSource
+ | FileFlag::MyListOther
| FileFlag::OtherEpisodes
| FileFlag::IsDeprecated;
next.length = reply->length();
next.airdate = reply->airDate();
// next.state - State is a bitfield and will be split into parts
- next.type = reply->type();
+ next.type = reply->type() == QChar('0') ? QString("") : QString(reply->type());
// I see no way of getting this via UDP api.
// next.recap
next.rating = reply->rating();