mirror of
https://github.com/AynaLivePlayer/miaosic.git
synced 2025-12-13 16:28:13 +08:00
8 lines
117 B
Go
8 lines
117 B
Go
package netease
|
|
|
|
import "github.com/AynaLivePlayer/miaosic"
|
|
|
|
func init() {
|
|
miaosic.RegisterProvider(NewNetease())
|
|
}
|