You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: crates/onetagger-platforms/src/deezer.rs
+13-3
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
use anyhow::Error;
2
+
use reqwest::header::{HeaderMap,HeaderValue};
2
3
use std::time::Duration;
3
4
use chrono::NaiveDate;
4
5
use onetagger_tagger::{Track,AutotaggerSourceBuilder,PlatformInfo,TaggerConfig,AutotaggerSource,PlatformCustomOptions,PlatformCustomOptionValue,AudioFileInfo,MatchingUtils,TrackNumber, supported_tags,TrackMatch};
.add("art_resolution","Album Art Resolution",PlatformCustomOptionValue::Number{min:100,max:1600,step:100,value:1200}),
297
+
.add("art_resolution","Album Art Resolution",PlatformCustomOptionValue::Number{min:100,max:1600,step:100,value:1200})
298
+
.add_tooltip("content_language","Content Language","Enter a locale to use with Deezer API",PlatformCustomOptionValue::String{value:"en-US".to_string(),hidden:Some(false)})
0 commit comments