mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-03 17:44:51 +02:00
Remove commented out toasts
This commit is contained in:
parent
1822b21af8
commit
84e376a7cf
4 changed files with 1 additions and 15 deletions
|
@ -388,9 +388,6 @@ export default {
|
|||
if (value) {
|
||||
const res = await AbsFileSystem.deleteTrackFromItem({ id: this.localLibraryItemId, trackLocalFileId: localFile.id, trackContentUrl: localEpisodeAudioTrack.contentUrl })
|
||||
if (res?.id) {
|
||||
|
||||
//this.$toast.success('Deleted episode successfully')
|
||||
|
||||
if (this.isLocal) {
|
||||
// If this is local episode then redirect to server episode when available
|
||||
if (this.serverEpisodeId) {
|
||||
|
@ -416,9 +413,6 @@ export default {
|
|||
if (value) {
|
||||
const res = await AbsFileSystem.deleteItem(this.localLibraryItem)
|
||||
if (res?.success) {
|
||||
|
||||
//this.$toast.success('Deleted successfully')
|
||||
|
||||
if (this.isLocal) {
|
||||
// If local then redirect to server version when available
|
||||
if (this.serverLibraryItemId) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue