Remove bmp, tiff and add webp for coverimage filenames
- supporting bmp and tiff seems outdated - webp is more widely used for coverimages
This commit is contained in:

committed by
Max Kellermann

parent
8f84e1befd
commit
5ad1a01d7a
@@ -160,8 +160,7 @@ find_stream_art(std::string_view directory, Mutex &mutex)
|
||||
static constexpr auto art_names = std::array {
|
||||
"cover.png",
|
||||
"cover.jpg",
|
||||
"cover.tiff",
|
||||
"cover.bmp",
|
||||
"cover.webp",
|
||||
};
|
||||
|
||||
for(const auto name : art_names) {
|
||||
|
Reference in New Issue
Block a user