diff --git a/src/main.rs b/src/main.rs index b3ff58f..3c0df73 100644 --- a/src/main.rs +++ b/src/main.rs @@ -326,7 +326,7 @@ async fn main() { .join(ARK_FOLDER) .join(FAVORITES_FILE), ), - "device" => Some( + "app-id" => Some( provide_root(&None) .join(ARK_FOLDER) .join(APP_ID_FILE),