Use WORD SEPARATOR MIDDLE DOT instead of EN-DASH

This commit is contained in:
Adrian Ulrich 2019-02-11 08:24:36 +01:00
parent 4d074d52ad
commit 1240325f80

View File

@ -524,7 +524,7 @@ public class MediaAdapter
// Add album information for songs.
String subsub = (mType == MediaUtils.TYPE_SONG ? cursor.getString(4) : null);
subtitle += (subsub != null ? " " + subsub : "");
subtitle += (subsub != null ? " " + subsub : "");
break;
}