mirror of
https://github.com/nims11/IPod-Shuffle-4g.git
synced 2025-12-07 07:58:01 +09:00
Minor typo
This commit is contained in:
parent
bcc374df13
commit
6e919eca3d
1 changed files with 1 additions and 1 deletions
|
|
@ -579,7 +579,7 @@ class Shuffler(object):
|
|||
for filename in sorted(filenames, key = lambda x: x.lower()):
|
||||
fullPath = os.path.abspath(os.path.join(dirpath, filename))
|
||||
relPath = fullPath[fullPath.index(self.path)+len(self.path)+1:].lower()
|
||||
fullPath = os.path.abspath(os.path.join(self.path, relPath));
|
||||
fullPath = os.path.abspath(os.path.join(self.path, relPath))
|
||||
if os.path.splitext(filename)[1].lower() in (".mp3", ".m4a", ".m4b", ".m4p", ".aa", ".wav"):
|
||||
self.tracks.append(fullPath)
|
||||
if os.path.splitext(filename)[1].lower() in (".pls", ".m3u"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue