mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-08-03 23:32:31 +00:00
Removed quotes
This commit is contained in:
parent
a300dfcede
commit
f4b244a338
1 changed files with 2 additions and 2 deletions
|
|
@ -56,7 +56,7 @@ class DiscoverAPIView(APIView):
|
|||
"DeviceAuth": "test_auth_token",
|
||||
"BaseURL": base_url,
|
||||
"LineupURL": f"{base_url}/lineup.json",
|
||||
"TunerCount": "10",
|
||||
"TunerCount": 10,
|
||||
}
|
||||
else:
|
||||
data = {
|
||||
|
|
@ -68,7 +68,7 @@ class DiscoverAPIView(APIView):
|
|||
"DeviceAuth": "test_auth_token",
|
||||
"BaseURL": base_url,
|
||||
"LineupURL": f"{base_url}/lineup.json",
|
||||
"TunerCount": "10",
|
||||
"TunerCount": 10,
|
||||
}
|
||||
return JsonResponse(data)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue