Skip to content

Commit

Permalink
[eDVBService]
Browse files Browse the repository at this point in the history
* correction of isPlayable return for Stream Relay
  • Loading branch information
jbleyel committed Dec 2, 2023
1 parent 68ff67f commit c4fbfa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dvb/db.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ int eDVBService::isPlayable(const eServiceReference &ref, const eServiceReferenc
{
// force is isPlayable for stream relay
if (!ignore.alternativeurl.empty())
return 2;
return 1;

ePtr<eDVBResourceManager> res_mgr;
bool remote_fallback_enabled = eConfigManager::getConfigBoolValue("config.usage.remote_fallback_enabled", false);
Expand Down

0 comments on commit c4fbfa5

Please sign in to comment.