Skip to content
Snippets Groups Projects
Verified Commit cd78fa56 authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Filtr zivych streamu

parent 6d9dc071
Branches
Tags
No related merge requests found
......@@ -31,6 +31,10 @@ sub list {
next STREAM if ! $rights;
}
if ( $c->param('live') ) {
next STREAM if ! $stream->is_live;
}
my %stream = (
$stream->get_columns(),
is_live => $stream->is_live,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment