Skip to content

Commit 5c8dd35

Browse files
authored
Change default device. Fixes issue #216 (#220)
1 parent 8277422 commit 5c8dd35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/download_sources/google_play.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub async fn download_apps(
2020
accept_tos: bool,
2121
mut options: HashMap<&str, &str>,
2222
) {
23-
let device = options.remove("device").unwrap_or("px_7a");
23+
let device = options.remove("device").unwrap_or("px_9a");
2424
let split_apk = match options.remove("split_apk") {
2525
Some(val) if val == "1" || val.to_lowercase() == "true" => true,
2626
_ => false,

0 commit comments

Comments
 (0)