From d72295a0e64e9ab81fc388a7d1707ab27b9b333d Mon Sep 17 00:00:00 2001 From: advplyr Date: Sat, 3 Dec 2022 17:58:22 -0600 Subject: [PATCH] Fix filter urls on items page --- ios/App/Podfile | 12 ++++++------ pages/item/_id.vue | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ios/App/Podfile b/ios/App/Podfile index 5f4f5572..45fd0bf4 100644 --- a/ios/App/Podfile +++ b/ios/App/Podfile @@ -9,12 +9,12 @@ install! 'cocoapods', :disable_input_output_paths => true def capacitor_pods pod 'Capacitor', :path => '../../node_modules/@capacitor/ios' pod 'CapacitorCordova', :path => '../../node_modules/@capacitor/ios' - pod 'CapacitorApp', :path => '../../node_modules/@capacitor/app' - pod 'CapacitorDialog', :path => '../../node_modules/@capacitor/dialog' - pod 'CapacitorHaptics', :path => '../../node_modules/@capacitor/haptics' - pod 'CapacitorNetwork', :path => '../../node_modules/@capacitor/network' - pod 'CapacitorStatusBar', :path => '../../node_modules/@capacitor/status-bar' - pod 'CapacitorStorage', :path => '../../node_modules/@capacitor/storage' + pod 'CapacitorApp', :path => '..\..\node_modules\@capacitor\app' + pod 'CapacitorDialog', :path => '..\..\node_modules\@capacitor\dialog' + pod 'CapacitorHaptics', :path => '..\..\node_modules\@capacitor\haptics' + pod 'CapacitorNetwork', :path => '..\..\node_modules\@capacitor\network' + pod 'CapacitorStatusBar', :path => '..\..\node_modules\@capacitor\status-bar' + pod 'CapacitorStorage', :path => '..\..\node_modules\@capacitor\storage' end target 'Audiobookshelf' do diff --git a/pages/item/_id.vue b/pages/item/_id.vue index b5224851..e4a4bcee 100644 --- a/pages/item/_id.vue +++ b/pages/item/_id.vue @@ -41,7 +41,7 @@
@@ -60,7 +60,7 @@