mirror of
https://github.com/AynaLivePlayer/miaosic.git
synced 2025-12-14 16:58:16 +08:00
10 lines
115 B
Go
10 lines
115 B
Go
package bilibili
|
|
|
|
import (
|
|
"miaosic"
|
|
)
|
|
|
|
func init() {
|
|
miaosic.RegisterProvider(NewBilibili(miaosic.Requester))
|
|
}
|