summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--play2
1 files changed, 1 insertions, 1 deletions
diff --git a/play b/play
index 7f66294..7b19fc7 100644
--- a/play
+++ b/play
@@ -971,7 +971,7 @@ class PlaylistWindow(TagListWindow):
def add(self, pathname, quiet=0):
try:
if os.path.isdir(pathname):
- app.status(_("Working..."))
+ app.status(_("Working..."), 10)
self.add_dir(pathname)
elif VALID_PLAYLIST(pathname):
self.add_playlist(pathname)