Просмотр исходного кода

Fix typo qBittorrent hide completed

Rob Gökemeijer 8 лет назад
Родитель
Сommit
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']
 					),