[gnome-music/wip/mschraal/remove-incorrect-art-fixme] albumartcache: Remove erroneous FIXME



commit daff7c11e9e5b327e1e3981b5f711fcf288db145
Author: Marinus Schraal <mschraal gnome org>
Date:   Fri Mar 29 17:08:45 2019 +0100

    albumartcache: Remove erroneous FIXME
    
    None is a valid return value for tags.
    
    Closes: #105

 gnomemusic/albumartcache.py | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/gnomemusic/albumartcache.py b/gnomemusic/albumartcache.py
index 27ce2ec4..c9585d8f 100644
--- a/gnomemusic/albumartcache.py
+++ b/gnomemusic/albumartcache.py
@@ -465,10 +465,6 @@ class EmbeddedArt(GObject.GObject):
         tags = info.get_tags()
         index = 0
 
-        # FIXME: tags should not return as None, but it sometimes is.
-        # So as a workaround until we figure out what is wrong check
-        # for it.
-        # https://bugzilla.gnome.org/show_bug.cgi?id=780980
         if (error is not None
                 or tags is None):
             if error:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]