fixed up the featured artist thing
This commit is contained in:
@@ -11,10 +11,7 @@ pub async fn run_refresh() -> Result<String, String> {
|
||||
let cookies_path = shanty_config::data_dir().join("cookies.txt");
|
||||
|
||||
if !profile_dir.exists() {
|
||||
return Err(format!(
|
||||
"no Firefox profile at {}",
|
||||
profile_dir.display()
|
||||
));
|
||||
return Err(format!("no Firefox profile at {}", profile_dir.display()));
|
||||
}
|
||||
|
||||
let script = find_script()?;
|
||||
|
||||
Reference in New Issue
Block a user