Explorar el Código

Fix typo qBittorrent hide completed

Rob Gökemeijer hace 8 años
padre
commit
18bdbae539
Se han modificado 1 ficheros con 1 adiciones y 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']
 					),