From facf56930e73a067e629ba4ef776877ff7fbb7e7 Mon Sep 17 00:00:00 2001 From: advplyr Date: Sun, 21 May 2023 17:19:21 -0500 Subject: [PATCH] iOS add deviceId --- components/modals/FilterModal.vue | 2 +- components/modals/Modal.vue | 2 +- .../Icons.appiconset/Contents.json | 146 ++++++++++-------- ios/App/App/Info.plist | 12 +- ios/App/Shared/models/PlaybackSession.swift | 1 + ios/App/Shared/util/ApiClient.swift | 1 + 6 files changed, 90 insertions(+), 74 deletions(-) diff --git a/components/modals/FilterModal.vue b/components/modals/FilterModal.vue index 9544f6f1..b4215a3e 100644 --- a/components/modals/FilterModal.vue +++ b/components/modals/FilterModal.vue @@ -1,7 +1,7 @@