mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2025-09-19 12:16:24 +08:00
feat(strm_driver): add strm driver (#410)
* feat(strm_driver): add strm driver * chore(strm_driver): get api_url from context * 优化代码 * chore(strm_driver): update package name --------- Co-authored-by: j2rong4cn <j2rong@qq.com>
This commit is contained in:
@ -57,6 +57,7 @@ import (
|
||||
_ "github.com/OpenListTeam/OpenList/v4/drivers/seafile"
|
||||
_ "github.com/OpenListTeam/OpenList/v4/drivers/sftp"
|
||||
_ "github.com/OpenListTeam/OpenList/v4/drivers/smb"
|
||||
_ "github.com/OpenListTeam/OpenList/v4/drivers/strm"
|
||||
_ "github.com/OpenListTeam/OpenList/v4/drivers/teambition"
|
||||
_ "github.com/OpenListTeam/OpenList/v4/drivers/terabox"
|
||||
_ "github.com/OpenListTeam/OpenList/v4/drivers/thunder"
|
||||
|
Reference in New Issue
Block a user