Ticket #2939: albumart.patch

File albumart.patch, 509 bytes (added by mythtv atsign babysimon co uk , 17 years ago)

Stop the image from twitching

  • visualize.cpp

     
    328328
    329329    if (filename != pParent->decoder()->getFilename()) {
    330330        QString curdir = QUrl(pParent->decoder()->getFilename()).dirPath();
    331         if (directory != curdir)
    332             return true;
     331        if (directory != curdir) {
     332            directory = curdir;
     333            return true;
     334        }
    333335    }
    334336
    335337    return false;