Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ims committed Jan 6, 2024
1 parent e967304 commit ee6fd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/controllers/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ def _AddEditTimer(self, request, mode):
}
elif b"eit" in list(request.args.keys()) and isinstance(request.args[b"eit"][0], int):
eit = int(request.args[b"eit"][0])
else
else:
#This might need further investigation. Dp npt get exactly the middle, take 20% so we usually expect to get first event.
queryTime = int(request.args[b"begin"][0]) + (int(request.args[b"end"][0]) - int(request.args[b"begin"][0])) // 5
epg = EPG()
Expand Down

0 comments on commit ee6fd85

Please sign in to comment.