Skip to content
Snippets Groups Projects
Commit 4fc2f077 authored by Sebastian Hahta's avatar Sebastian Hahta
Browse files

select Colour by default when stream added

parent c02bed83
No related branches found
No related tags found
1 merge request!316Resolves #343 GUI and Frame Refactor
...@@ -323,6 +323,7 @@ void Feed::add(uint32_t fsid, const std::string &uri, ftl::stream::Stream* strea ...@@ -323,6 +323,7 @@ void Feed::add(uint32_t fsid, const std::string &uri, ftl::stream::Stream* strea
streams_[fsid] = stream; streams_[fsid] = stream;
stream_->add(stream, fsid); stream_->add(stream, fsid);
stream->begin(); stream->begin();
stream_->select(fsid, {Channel::Colour});
} }
uint32_t Feed::add(const std::string &path) { uint32_t Feed::add(const std::string &path) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment