Explorar o código

Fix typo qBittorrent hide completed

Rob Gökemeijer %!s(int64=8) %!d(string=hai) anos
pai
achega
18bdbae539
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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']
 					),