feat: move yp under services

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

View File

@ -14,10 +14,10 @@ import (
"github.com/owncast/owncast/core/webhooks"
"github.com/owncast/owncast/models"
"github.com/owncast/owncast/services/notifications"
"github.com/owncast/owncast/services/yp"
"github.com/owncast/owncast/utils"
"github.com/owncast/owncast/video/rtmp"
"github.com/owncast/owncast/video/transcoder"
"github.com/owncast/owncast/yp"
)
var (