mirror of
https://github.com/Syncplay/syncplay
synced 2025-01-21 22:33:10 +00:00
Mal updates are now tagged as "syncplay"
This commit is contained in:
parent
34c280f6f1
commit
c4d902079f
@ -468,7 +468,8 @@ class MalUpdater(object):
|
||||
result = results[0]
|
||||
message = "Updating MAL with:\n\"{}\", episode: {}".format(result.mainTitle, result.episodeBeingWatched)
|
||||
self._ui.showMessage(message)
|
||||
manager.updateEntryOnMal(result)
|
||||
options = {"tags": ["syncplay"]}
|
||||
manager.updateEntryOnMal(result, options)
|
||||
self._filename = "" # Make sure no updates will be performed until switch
|
||||
|
||||
class SyncplayUserlist(object):
|
||||
|
Loading…
Reference in New Issue
Block a user