Skip to content
Snippets Groups Projects
Commit 81400320 authored by Thomas Guillem's avatar Thomas Guillem
Browse files

chromecast: fix load in when the state is 'Stopped'

parent 81016339
No related branches found
No related tags found
No related merge requests found
......@@ -405,7 +405,6 @@ bool intf_sys_t::isStateReady() const
case Authenticating:
case Connecting:
case Stopping:
case Stopped:
case Dead:
return false;
default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment