Skip to content

Fix #721 - get date header for last mpd request

Created by: davemevans

Fixes #721 (closed) in two ways:

  • ensure headers[id] is always accessible by declaring headers to be an empty Object.
  • reverse iterate through the request list to find the last MPD request in case there have been subsequent requests since.

As mentioned before, this function can only return the Date header if the correct CORS headers were specified in the response.

Merge request reports