You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
Here’s the complete README with the added short notice under the **Troubleshooting** section:
2
1
# Tubifarry for Lidarr 🎶
3
2

[FieldDefinition(1,Label="External URL",Type=FieldType.Url,Placeholder="https://slskd.example.com",HelpText="An optional external URL for additional resources or documentation.",Advanced=true)]
44
-
publicstring?ExternalUrl{get;set;}=string.Empty;
45
-
46
38
[FieldDefinition(2,Label="API Key",Type=FieldType.Textbox,Privacy=PrivacyLevel.ApiKey,HelpText="The API key for your Slskd instance. You can find or set this in the Slskd's settings under 'Options'.",Placeholder="Enter your API key")]
[FieldDefinition(1,Label="External URL",Type=FieldType.Url,Placeholder="https://slskd.example.com",HelpText="An optional external URL for additional resources or documentation.",Advanced=true)]
71
+
[FieldDefinition(1,Label="External URL",Type=FieldType.Url,Placeholder="https://slskd.example.com",HelpText="URL for interactive search redirect",Advanced=true)]
72
72
publicstring?ExternalUrl{get;set;}=string.Empty;
73
73
74
74
[FieldDefinition(2,Label="API Key",Type=FieldType.Textbox,Privacy=PrivacyLevel.ApiKey,HelpText="The API key for your Slskd instance. You can find or set this in the Slskd's settings under 'Options'.",Placeholder="Enter your API key")]
0 commit comments