We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b024d commit c2da7b1Copy full SHA for c2da7b1
src/modules/song.c
@@ -87,13 +87,6 @@ void ffPrintSong(FFinstance* instance)
87
fputs(" - ", stdout);
88
}
89
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
-
97
ffStrbufPutTo(&songPretty, stdout);
98
99
else
0 commit comments