mirror of
https://github.com/AynaLivePlayer/miaosic.git
synced 2025-12-06 21:12:49 +08:00
fix qq logout return not implemented
This commit is contained in:
@@ -15,7 +15,7 @@ func (p *QQMusicProvider) Login(username string, password string) error {
|
||||
func (p *QQMusicProvider) Logout() error {
|
||||
// todo api request
|
||||
p.cred = NewCredential()
|
||||
return miaosic.ErrNotImplemented
|
||||
return nil
|
||||
}
|
||||
|
||||
func (p *QQMusicProvider) IsLogin() bool {
|
||||
|
||||
1
providers/qq/login_wechat.go
Normal file
1
providers/qq/login_wechat.go
Normal file
@@ -0,0 +1 @@
|
||||
package qq
|
||||
Reference in New Issue
Block a user