mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
feat: move video storage providers under video
This commit is contained in:
parent
82b70e73d9
commit
4856397acf
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user