Преглед изворни кода

Fix typo qBittorrent hide completed

Rob Gökemeijer пре 8 година
родитељ
комит
18bdbae539
1 измењених фајлова са 1 додато и 1 уклоњено
  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']
 					),