For Robbie to test
This commit is contained in:
parent
c62e48f06a
commit
f7c1e37694
1 changed files with 1 additions and 0 deletions
|
|
@ -1104,6 +1104,7 @@ public class OpdsController : BaseApiController
|
|||
// Save progress for the user
|
||||
|
||||
var userAgent = Request.Headers["User-Agent"].ToString();
|
||||
Console.WriteLine("User Agent: " + userAgent);
|
||||
if (!userAgent.Equals("panels", StringComparison.InvariantCultureIgnoreCase))
|
||||
{
|
||||
await _readerService.SaveReadingProgress(new ProgressDto()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue