Skip to content

Commit

Permalink
Set feed live status when updating sources
Browse files Browse the repository at this point in the history
  • Loading branch information
bootsie123 committed Jun 5, 2021
1 parent 4a2e6d2 commit b0a6967
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/FeedManager.vue
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@
if (channel) {
item.playbackUrl = channel.playbackUrl;
item.live = channel.live;
}
return item;
Expand Down

0 comments on commit b0a6967

Please sign in to comment.