mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-21 11:14:38 +02:00
This commit is contained in:
parent
6a8d901ce1
commit
b4bb6bf81b
7 changed files with 64 additions and 22 deletions
|
@ -131,6 +131,11 @@ class AbsAudioPlayerWeb extends WebPlugin {
|
|||
}
|
||||
}
|
||||
|
||||
// PluginMethod
|
||||
async getIsCastAvailable() {
|
||||
return false
|
||||
}
|
||||
|
||||
initializePlayer() {
|
||||
if (document.getElementById('audio-player')) {
|
||||
document.getElementById('audio-player').remove()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue