Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 30b1138c authored by Steve Kondik's avatar Steve Kondik
Browse files
parent 5177211e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -679,7 +679,7 @@ public class MediaScanner
            entry.mTableUri = tableUri;

             // use album artist if artist is missing
            if (mArtist == null || mArtist.length() == 0) {
            if (mAlbumArtist != null && mAlbumArtist.length() != 0) {
                mArtist = mAlbumArtist;
            }