iOS add getAllLocalMediaProgress capacitor func

This commit is contained in:
advplyr
2022-07-28 19:44:18 -05:00
parent 073110376a
commit beb790ad17
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -86,6 +86,9 @@ public class AbsDatabase: CAPPlugin {
@objc func getLocalLibraryItemsInFolder(_ call: CAPPluginCall) {
call.resolve([ "value": [] ])
}
@objc func getAllLocalMediaProgress(_ call: CAPPluginCall) {
call.resolve([ "value": [] ])
}
@objc func updateDeviceSettings(_ call: CAPPluginCall) {
let disableAutoRewind = call.getBool("disableAutoRewind") ?? false
let enableAltView = call.getBool("enableAltView") ?? false