Skip to content

Commit

Permalink
Add logging for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
S3L3CT3DLoves committed Jan 19, 2025
1 parent f3137ba commit 95a047b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/QuickEdit/easytag.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: EasyTag
description: UI plugin to add shortcuts for commonly used tags
url: https://github.com/stashapp/CommunityScripts
version: 0.16
version: 0.16.1
# requires: CommunityScriptsUILibrary

ui:
Expand Down
1 change: 1 addition & 0 deletions plugins/QuickEdit/quickedit_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ class ButtonsConfig{
const storedTags = localStorage.getItem("easytag-tags")

return csLib.getConfiguration('easytag', {"Groups" : storedGroups, "Tags" : storedTags}).then(storedConfig => {
console.debug(storedConfig)
if(storedConfig){
this.groups = JSON.parse(storedConfig["Groups"])
Object.keys(this.groups).forEach((key) => this.groups[key] = GroupConfiguration.fromSavedData(this.groups[key], key))
Expand Down

0 comments on commit 95a047b

Please sign in to comment.