mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-19 18:25:06 +02:00
Fix:iOS audio player cutting off timestamps #173
This commit is contained in:
parent
d5fafd8cab
commit
ad5edf3aee
6 changed files with 40 additions and 33 deletions
|
@ -1,8 +1,5 @@
|
|||
import { Capacitor } from '@capacitor/core';
|
||||
import { AbsDatabase } from './capacitor/AbsDatabase'
|
||||
|
||||
const isWeb = Capacitor.getPlatform() == 'web'
|
||||
|
||||
class DbService {
|
||||
constructor() { }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue