Pārlūkot izejas kodu

Fix typo qBittorrent hide completed

Rob Gökemeijer 8 gadi atpakaļ
vecāks
revīzija
18bdbae539
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      api/functions/homepage-functions.php

+ 1 - 1
api/functions/homepage-functions.php

@@ -949,7 +949,7 @@ function getHomepageList()
 						'value' => $GLOBALS['qBittorrentHideSeeding']
 					), array(
 						'type' => 'switch',
-						'name' => 'qBittorrentnHideCompleted',
+						'name' => 'qBittorrentHideCompleted',
 						'label' => 'Hide Completed',
 						'value' => $GLOBALS['qBittorrentHideCompleted']
 					),