mirror of
https://github.com/Jackett/Jackett.git
synced 2025-12-16 20:04:50 +01:00
locadora: Set the use of filename as title to false by default in config(#15632)
This change disables the use of filename as title by default and updates the tracker's description.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
id: locadora
|
||||
name: Locadora
|
||||
description: "Locadora is a BRAZILIAN Private Tracker for MOVIES and TV"
|
||||
description: "Locadora is a BRAZILIAN Private Tracker for MOVIES, TV and ANIME"
|
||||
language: pt-BR
|
||||
type: private
|
||||
encoding: UTF-8
|
||||
@@ -38,7 +38,7 @@ settings:
|
||||
- name: single_file_release_use_filename
|
||||
type: checkbox
|
||||
label: Use filename as title for single file releases
|
||||
default: true
|
||||
default: false
|
||||
- name: sort
|
||||
type: select
|
||||
label: Sort requested from site
|
||||
|
||||
Reference in New Issue
Block a user