fix qq logout return not implemented

This commit is contained in:
aynakeya
2025-07-27 03:54:10 +08:00
parent 0dde02e588
commit 89dfec84e9
2 changed files with 2 additions and 1 deletions

View File

@@ -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 {

View File

@@ -0,0 +1 @@
package qq