Skip to content

Commit

Permalink
Fix formatting on info.json file
Browse files Browse the repository at this point in the history
Merging changes from repo messed up the whitespace formatting here
  • Loading branch information
Josh5 committed Feb 29, 2024
1 parent 8ab731f commit b023fa0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions info.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"author": "Josh.5, EspadaV8",
"compatibility": [1, 2],
"author": "Josh.5, EspadaV8",
"compatibility": [1, 2],
"description": "Aggregate changes in file size metrics for processed files and add a data panel for displaying the results.",
"icon": "https://raw.githubusercontent.com/Josh5/unmanic.plugin.file_size_metrics/master/icon.png",
"id": "file_size_metrics",
"name": "File Size Metrics Data Panel",
"platform": ["all"],
"platform": ["all"],
"priorities": {
"on_worker_process": 1,
"on_postprocessor_task_results": 0
},
"tags": "data panel",
"version": "0.1.0"
}
"version": "0.1.0"
}

0 comments on commit b023fa0

Please sign in to comment.