Skip to content

Commit c2da7b1

Browse files
Song: Don't show album by default
1 parent 41b024d commit c2da7b1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/modules/song.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,6 @@ void ffPrintSong(FFinstance* instance)
8787
fputs(" - ", stdout);
8888
}
8989

90-
//Some sites (e.g. reddit) expose their url as album. We don't want to show that
91-
if(media->album.length > 0 && !ffStrbufStartsWithIgnCaseS(&media->album, "http"))
92-
{
93-
ffStrbufWriteTo(&media->album, stdout);
94-
fputs(" - ", stdout);
95-
}
96-
9790
ffStrbufPutTo(&songPretty, stdout);
9891
}
9992
else

0 commit comments

Comments
 (0)