Skip to content

Commit

Permalink
Merge pull request #1634 from ims21/master
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
ims21 authored Jan 6, 2024
2 parents e967304 + ee6fd85 commit c99b2dd
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

1 comment on commit c99b2dd

@littlesat
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks and sorry!!!

Please sign in to comment.