mirror of
https://github.com/rembo10/headphones.git
synced 2026-04-18 10:59:27 +01:00
Revert "Creating two functions from duplicated code"
This reverts commit 59b4cefd53.
Conflicts:
headphones/postprocessor.py
Reverting PP changes
This commit is contained in:
@@ -30,6 +30,7 @@ from headphones import logger, helpers, request, mb, music_encoder
|
||||
|
||||
postprocessor_lock = threading.Lock()
|
||||
|
||||
<<<<<<< HEAD
|
||||
|
||||
def find_in_path(albumpath, extra_formats=None, use_MF=True):
|
||||
""" Takes a path and optionally extra formats.
|
||||
@@ -73,6 +74,8 @@ def count_matches(track_list, match, inverted=False):
|
||||
return nr_of_matches, new_list
|
||||
|
||||
|
||||
=======
|
||||
>>>>>>> parent of 59b4cef... Creating two functions from duplicated code
|
||||
def checkFolder():
|
||||
|
||||
with postprocessor_lock:
|
||||
|
||||
Reference in New Issue
Block a user