SubsonicSettingsPage: Add recommended to MD5 authentication

This commit is contained in:
Enrique Garcia 2024-01-15 23:56:26 +01:00 committed by Jonas Kvinge
parent 11061bdd07
commit f86c3cfd91
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@
<item> <item>
<widget class="QRadioButton" name="auth_method_md5"> <widget class="QRadioButton" name="auth_method_md5">
<property name="text"> <property name="text">
<string>MD5 token</string> <string>MD5 token (Recommended)</string>
</property> </property>
</widget> </widget>
</item> </item>