From f72b2557d5d7b42dcdcbb67a875368e554284081 Mon Sep 17 00:00:00 2001 From: Kirill Taran Date: Sat, 13 Jan 2024 20:19:08 +0300 Subject: [PATCH] Adjust to new commits in arklib --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),