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
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,10 @@ sub list { ...@@ -31,6 +31,10 @@ sub list {
next STREAM if ! $rights; next STREAM if ! $rights;
} }
if ( $c->param('live') ) {
next STREAM if ! $stream->is_live;
}
my %stream = ( my %stream = (
$stream->get_columns(), $stream->get_columns(),
is_live => $stream->is_live, 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