mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-22 03:44:28 +02:00
Add:Podcast latest page includes Mark as Finished button #3321
This commit is contained in:
parent
c45c82306e
commit
acc4bdbc5e
2 changed files with 46 additions and 7 deletions
|
@ -24,12 +24,12 @@ export default {
|
|||
computed: {},
|
||||
methods: {
|
||||
clickBtn(e) {
|
||||
e.stopPropagation()
|
||||
if (this.disabled) {
|
||||
e.preventDefault()
|
||||
return
|
||||
}
|
||||
this.$emit('click')
|
||||
e.stopPropagation()
|
||||
}
|
||||
},
|
||||
mounted() {}
|
||||
|
@ -54,4 +54,4 @@ button.icon-btn:hover:not(:disabled)::before {
|
|||
button.icon-btn:disabled::before {
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue