Add:Sync local media progress button on local media page

This commit is contained in:
advplyr
2022-12-11 12:01:54 -06:00
parent 067c2f84dd
commit feec7f7399
4 changed files with 57 additions and 9 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ export default {
}
console.log('[default] Calling syncLocalMediaProgress')
var response = await this.$db.syncLocalMediaProgressWithServer()
const response = await this.$db.syncLocalMediaProgressWithServer()
if (!response) {
if (this.$platform != 'web') this.$toast.error('Failed to sync local media with server')
this.$store.commit('setLastLocalMediaSyncResults', null)