diff --git a/Community/Tdarr_Plugin_00td_filter_by_file_property.js b/Community/Tdarr_Plugin_00td_filter_by_file_property.js index 09416c7..e37c10a 100644 --- a/Community/Tdarr_Plugin_00td_filter_by_file_property.js +++ b/Community/Tdarr_Plugin_00td_filter_by_file_property.js @@ -49,7 +49,10 @@ const details = () => ({ ], }, tooltip: - 'Specify the condition to use when comparing the property value to the input value.', + 'Specify the condition to use when comparing the property value to the input value. \\n' + + ' The property value is on the left hand side of the comparison. For example \\n' + + ' property value includes input \\n' + + ' property value >= input \\n', }, { name: 'continueIfPropertyFound',