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