discomfitor pushed a commit to branch master.

http://git.enlightenment.org/apps/empc.git/commit/?id=a83e832aeb4719d4638455ced6da2de662a00bca

commit a83e832aeb4719d4638455ced6da2de662a00bca
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Mon May 2 18:15:30 2016 -0400

    ensure song item headers are accurately detected when calculating insert 
point
---
 src/bin/empc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/empc.c b/src/bin/empc.c
index 525f861..0b251a0 100644
--- a/src/bin/empc.c
+++ b/src/bin/empc.c
@@ -2910,7 +2910,7 @@ queue_list_handler(Eina_Value *value, Eina_Bool update)
              if (((!album) && (!artist)) || (album != so->album) || (artist != 
so->artist) || (!ith))
                {
                   Eina_Bool use = EINA_FALSE;
-                  if ((!album) && (!artist))
+                  if ((!ith) || ((!album) && (!artist)))
                     {
                        itp = queue_list_find_insert_point(so);
                        if (itp)

-- 


Reply via email to