Skip to content

Commit 1f20a2a

Browse files
committed
Updated Streaming Priority label.
1 parent 7af47c6 commit 1f20a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/app/routes/settings/webdav/webdav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export function WebdavSettings({ config, setNewConfig }: SabnzbdSettingsProps) {
5858
</Form.Group>
5959
<hr />
6060
<Form.Group>
61-
<Form.Label htmlFor="streaming-priority-input">Streaming Priority</Form.Label>
61+
<Form.Label htmlFor="streaming-priority-input">Streaming Priority (vs Queue)</Form.Label>
6262
<InputGroup className={styles.input}>
6363
<Form.Control
6464
className={!isValidStreamingPriority(config["usenet.streaming-priority"]) ? styles.error : undefined}

0 commit comments

Comments
 (0)