Skip to content

Commit

Permalink
Fix deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
izderadicka committed Jan 19, 2025
1 parent dd31f22 commit adc7e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/icon/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use anyhow::Result;
use collection::{audio_meta::is_audio, extract_cover};
use image::io::Reader as ImageReader;
use image::ImageFormat;
use image::ImageReader;
use simple_file_cache::FileModTime;
use std::{
io::{Cursor, Read},
Expand Down

0 comments on commit adc7e3a

Please sign in to comment.