fuo-qqmusic 1.0.12__tar.gz → 1.0.13__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fuo-qqmusic might be problematic. Click here for more details.
- {fuo_qqmusic-1.0.12 → fuo_qqmusic-1.0.13}/PKG-INFO +1 -1
- {fuo_qqmusic-1.0.12 → fuo_qqmusic-1.0.13}/README.md +3 -0
- {fuo_qqmusic-1.0.12 → fuo_qqmusic-1.0.13}/fuo_qqmusic/provider_ui.py +1 -3
- {fuo_qqmusic-1.0.12 → fuo_qqmusic-1.0.13}/fuo_qqmusic.egg-info/PKG-INFO +1 -1
- {fuo_qqmusic-1.0.12 → fuo_qqmusic-1.0.13}/setup.py +1 -1
- {fuo_qqmusic-1.0.12 → fuo_qqmusic-1.0.13}/fuo_qqmusic/__init__.py +0 -0
- {fuo_qqmusic-1.0.12 → fuo_qqmusic-1.0.13}/fuo_qqmusic/api.py +0 -0
- {fuo_qqmusic-1.0.12 → fuo_qqmusic-1.0.13}/fuo_qqmusic/assets/icon.svg +0 -0
- {fuo_qqmusic-1.0.12 → fuo_qqmusic-1.0.13}/fuo_qqmusic/consts.py +0 -0
- {fuo_qqmusic-1.0.12 → fuo_qqmusic-1.0.13}/fuo_qqmusic/excs.py +0 -0
- {fuo_qqmusic-1.0.12 → fuo_qqmusic-1.0.13}/fuo_qqmusic/login.py +0 -0
- {fuo_qqmusic-1.0.12 → fuo_qqmusic-1.0.13}/fuo_qqmusic/provider.py +0 -0
- {fuo_qqmusic-1.0.12 → fuo_qqmusic-1.0.13}/fuo_qqmusic/schemas.py +0 -0
- {fuo_qqmusic-1.0.12 → fuo_qqmusic-1.0.13}/fuo_qqmusic.egg-info/SOURCES.txt +0 -0
- {fuo_qqmusic-1.0.12 → fuo_qqmusic-1.0.13}/fuo_qqmusic.egg-info/dependency_links.txt +0 -0
- {fuo_qqmusic-1.0.12 → fuo_qqmusic-1.0.13}/fuo_qqmusic.egg-info/entry_points.txt +0 -0
- {fuo_qqmusic-1.0.12 → fuo_qqmusic-1.0.13}/fuo_qqmusic.egg-info/requires.txt +0 -0
- {fuo_qqmusic-1.0.12 → fuo_qqmusic-1.0.13}/fuo_qqmusic.egg-info/top_level.txt +0 -0
- {fuo_qqmusic-1.0.12 → fuo_qqmusic-1.0.13}/setup.cfg +0 -0
- {fuo_qqmusic-1.0.12 → fuo_qqmusic-1.0.13}/tests/test_api.py +0 -0
- {fuo_qqmusic-1.0.12 → fuo_qqmusic-1.0.13}/tests/test_provider.py +0 -0
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import logging
|
|
2
2
|
import os
|
|
3
3
|
|
|
4
|
-
from PyQt5.QtWidgets import QMenu
|
|
5
|
-
|
|
6
4
|
from feeluown.utils.dispatch import Signal
|
|
7
5
|
from feeluown.utils.aio import run_fn
|
|
8
6
|
from feeluown.gui.widgets.login import CookiesLoginDialog, InvalidCookies
|
|
@@ -71,7 +69,7 @@ class ProviderUI(AbstractProviderUi):
|
|
|
71
69
|
def login_event(self):
|
|
72
70
|
return self._login_event
|
|
73
71
|
|
|
74
|
-
def context_menu_add_items(self, menu
|
|
72
|
+
def context_menu_add_items(self, menu):
|
|
75
73
|
action = menu.addAction('重新登录')
|
|
76
74
|
action.triggered.connect(self._re_login)
|
|
77
75
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|