[mythtv-commits] Ticket #13001: [patch] fix WebFrontend user agent detection on Apple systems

MythTV noreply at mythtv.org
Mon Feb 20 14:07:15 UTC 2017


#13001: [patch] fix WebFrontend user agent detection on Apple systems
-------------------------------------+-------------------------------------
     Reporter:  ctreleaven@…         |      Owner:  stuartm
         Type:  Patch - Bug Fix      |     Status:  new
     Priority:  minor                |  Milestone:  unknown
    Component:  MythTV - Web         |    Version:  0.28.1
  Frontend                           |   Keywords:  user agent detection
     Severity:  medium               |  Apple Macintosh
Ticket locked:  0                    |
-------------------------------------+-------------------------------------
 One line patch to fix WebFrontend's user agent detection for 'Watch in
 browser'.

 The Safari browser on OS X is capable of HLS; need to add "macintosh" as
 an acceptable user agent.

 The user agent header is retrieved and converted to lower case but is
 being compared to "iPhone" and "iPad"--need to change case to "iphone" and
 "ipad".

--
Ticket URL: <https://code.mythtv.org/trac/ticket/13001>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list