RB3 compatibility + removed artsearch dependency
Esse commit está contido em:
@@ -2,7 +2,7 @@
|
|||||||
Loader=python3
|
Loader=python3
|
||||||
Module=ArtDisplay
|
Module=ArtDisplay
|
||||||
IAge=2
|
IAge=2
|
||||||
Depends=rb;artsearch
|
Depends=rb
|
||||||
Name=Cover art
|
Name=Cover art
|
||||||
Name[af]=Omslagkuns
|
Name[af]=Omslagkuns
|
||||||
Name[ar]=صورة الغلاف
|
Name[ar]=صورة الغلاف
|
||||||
|
|||||||
@@ -24,8 +24,6 @@
|
|||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
|
|
||||||
import gi
|
|
||||||
|
|
||||||
from warnings import warn
|
from warnings import warn
|
||||||
|
|
||||||
import rb
|
import rb
|
||||||
@@ -35,7 +33,7 @@ from gi.repository import RB
|
|||||||
import gettext
|
import gettext
|
||||||
gettext.install('rhythmbox', RB.locale_dir())
|
gettext.install('rhythmbox', RB.locale_dir())
|
||||||
|
|
||||||
import urllib.request, urllib.parse, urllib.error
|
import urllib.request
|
||||||
|
|
||||||
FADE_STEPS = 10
|
FADE_STEPS = 10
|
||||||
FADE_TOTAL_TIME = 1000
|
FADE_TOTAL_TIME = 1000
|
||||||
|
|||||||
Referência em uma Nova Issue
Bloquear um usuário