diff --git a/internal/glance/widget-videos.go b/internal/glance/widget-videos.go index fdc654c..ff79864 100644 --- a/internal/glance/widget-videos.go +++ b/internal/glance/widget-videos.go @@ -56,7 +56,7 @@ func (widget *videosWidget) initialize() error { widget.Channels = append(widget.Channels, make([]string, len(widget.Playlists))...) for i := range widget.Playlists { - widget.Channels[initialLen+i] = "playlist:" + widget.Playlists[i] + widget.Channels[initialLen+i] = videosWidgetPlaylistPrefix + widget.Playlists[i] } }