~ci-train-bot/mediascanner2/mediascanner2-ubuntu-yakkety-landing-063

« back to all changes in this revision

Viewing changes to src/ms-dbus/dbus-codec.hh

  • Committer: CI Train Bot
  • Author(s): James Henstridge
  • Date: 2015-11-24 08:56:45 UTC
  • mfrom: (314.1.11 folder-coverart)
  • Revision ID: ci-train-bot@canonical.com-20151124085645-9wyqr4az3s861qpn
If a folder contains an image file named {cover,album,albumart,.folder,folder}.{jpeg,jpg,png} use it as album art for songs in preference to online art if the songs do not have embedded art. Fixes: #1372000
Approved by: PS Jenkins bot, Michi Henning

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
        return true;
83
83
    }
84
84
    static const std::string &signature() {
85
 
        static const std::string s = "(sssss)";
 
85
        static const std::string s = "(sssssb)";
86
86
        return s;
87
87
    }
88
88
};