mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
fixed typo
This commit is contained in:
parent
f8a9aa0fc0
commit
eff74509da
@ -99,7 +99,7 @@ class FocusFrame(Gtk.Frame):
|
|||||||
class Cover(object):
|
class Cover(object):
|
||||||
regex=re.compile(r'^\.?(album|cover|folder|front).*\.(gif|jpeg|jpg|png)$', flags=re.IGNORECASE)
|
regex=re.compile(r'^\.?(album|cover|folder|front).*\.(gif|jpeg|jpg|png)$', flags=re.IGNORECASE)
|
||||||
def __init__(self, lib_path, song_file):
|
def __init__(self, lib_path, song_file):
|
||||||
self.lib_path=lib_path or "/"
|
self.lib_path=lib_path or ""
|
||||||
self.path=None
|
self.path=None
|
||||||
if not song_file == None:
|
if not song_file == None:
|
||||||
head, tail=os.path.split(song_file)
|
head, tail=os.path.split(song_file)
|
||||||
|
Loading…
Reference in New Issue
Block a user