Merge pull request #178 from Materight/lastfm

Added localized biography and wiki for albums
This commit is contained in:
Eugene Cheung 2017-07-05 13:42:12 -04:00 committed by GitHub
commit 28e23635de
40 changed files with 213 additions and 82 deletions

View file

@ -121,7 +121,7 @@ public class Util {
} else return false;
}
public static boolean isAllowedToAutoDownload(final Context context) {
public static boolean isAllowedToDownloadMetadata(final Context context) {
switch (PreferenceUtil.getInstance(context).autoDownloadImagesPolicy()) {
case "always":
return true;