feat: move video storage providers under video

This commit is contained in:
Gabe Kangas 2023-06-15 13:17:02 -07:00
parent 82b70e73d9
commit 4856397acf
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
4 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ package core
import ( import (
"github.com/owncast/owncast/core/data" "github.com/owncast/owncast/core/data"
"github.com/owncast/owncast/core/storageproviders" "github.com/owncast/owncast/video/storageproviders"
) )
func setupStorage() error { func setupStorage() error {