mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-25 17:24:48 +10:00
refactor: Cleaning up downloads playing and pausing
Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
@@ -76,7 +76,7 @@ pub fn fetch_library(app: AppHandle) -> Result<String, String> {
|
||||
return Err(result.err().unwrap().to_string());
|
||||
}
|
||||
|
||||
return Ok(result.unwrap());
|
||||
Ok(result.unwrap())
|
||||
}
|
||||
|
||||
fn fetch_game_logic(id: String, app: tauri::AppHandle) -> Result<String, RemoteAccessError> {
|
||||
|
||||
Reference in New Issue
Block a user