From b023fa058463d5f9bd9ea3681311bc7edc2b2e6a Mon Sep 17 00:00:00 2001 From: "Josh.5" Date: Thu, 29 Feb 2024 14:13:10 +1300 Subject: [PATCH] Fix formatting on info.json file Merging changes from repo messed up the whitespace formatting here --- info.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/info.json b/info.json index 2217e10..7a055d7 100644 --- a/info.json +++ b/info.json @@ -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" +} \ No newline at end of file