mirror of
https://github.com/AynaLivePlayer/miaosic.git
synced 2025-12-15 09:18:13 +08:00
init
This commit is contained in:
9
providers/bilibili/init.go
Normal file
9
providers/bilibili/init.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package bilibili
|
||||
|
||||
import (
|
||||
"miaosic"
|
||||
)
|
||||
|
||||
func init() {
|
||||
miaosic.RegisterProvider(NewBilibili(miaosic.Requester))
|
||||
}
|
||||
Reference in New Issue
Block a user