Use U+00B7 as separator
This commit is contained in:
parent
1240325f80
commit
fa9847b4d0
@ -524,7 +524,7 @@ public class MediaAdapter
|
|||||||
|
|
||||||
// Add album information for songs.
|
// Add album information for songs.
|
||||||
String subsub = (mType == MediaUtils.TYPE_SONG ? cursor.getString(4) : null);
|
String subsub = (mType == MediaUtils.TYPE_SONG ? cursor.getString(4) : null);
|
||||||
subtitle += (subsub != null ? " ⸱ " + subsub : "");
|
subtitle += (subsub != null ? " · " + subsub : "");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user