Skip to content

Commit c1a869d

Browse files
committed
Update ampache.py
1 parent 0a4697c commit c1a869d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ampache.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2398,7 +2398,7 @@ def search(self, rules, operator='and', object_type='song', offset=0, limit=0, r
23982398
the rules can occur multiple times and are joined by the operator item.
23992399
24002400
Refer to the wiki for further information
2401-
http://ampache.org/api/api-advanced-search
2401+
https://ampache.org/api/api-advanced-search
24022402
24032403
INPUTS
24042404
* rules = (array) = [[rule_1,rule_1_operator,rule_1_input],[rule_2,rule_2_operator,rule_2_input],[etc]]
@@ -3902,7 +3902,7 @@ def advanced_search(self, rules,
39023902
the rules can occur multiple times and are joined by the operator item.
39033903
39043904
Refer to the wiki for further information
3905-
http://ampache.org/api/api-advanced-search
3905+
https://ampache.org/api/api-advanced-search
39063906
39073907
INPUTS
39083908
* rules = (array) = [[rule_1,rule_1_operator,rule_1_input],[rule_2,rule_2_operator,rule_2_input],[etc]]

0 commit comments

Comments
 (0)