Skip to content

Commit

Permalink
feat: removed 2dj/2dja as preview extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
PatriikPlays committed Oct 17, 2023
1 parent 0179e16 commit 3fc9487
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@ fn main() {
"jpg" => Format::Image,
"jpeg" => Format::Image,
"bmp" => Format::Image,
// can likely support more image formats, but cant be bothered
"2dj" => Format::Poster,
"2dja" => Format::Poster,
_ => {
println!("Unsupported preview format: {}", preview_extension);
return;
Expand Down

0 comments on commit 3fc9487

Please sign in to comment.