Skip to content

Commit

Permalink
fix: getPlayoutChannel helper
Browse files Browse the repository at this point in the history
  • Loading branch information
martastain committed Nov 6, 2024
1 parent da11af2 commit aabaf0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/nebula.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const nebula = {
},

getPlayoutChannel(id_channel) {
for (const channel of this.settings?.playoutChannels || []) {
for (const channel of this.settings?.playout_channels || []) {
if (channel.id === id_channel) return channel
}
},
Expand Down

0 comments on commit aabaf0f

Please sign in to comment.