feat: move playlist management under video

This commit is contained in:
Gabe Kangas 2023-06-14 17:39:49 -07:00
parent 7cc2ce44d3
commit 4a15820cca
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import (
"github.com/grafov/m3u8" "github.com/grafov/m3u8"
"github.com/owncast/owncast/config" "github.com/owncast/owncast/config"
"github.com/owncast/owncast/core/playlist" playlist "github.com/owncast/owncast/video/playlists"
log "github.com/sirupsen/logrus" log "github.com/sirupsen/logrus"
) )