Skip to content

Commit

Permalink
update player url (#890)
Browse files Browse the repository at this point in the history
  • Loading branch information
aprigge authored Aug 26, 2021
1 parent b479bca commit 944b8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/californica/iiif_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def http_sub(iiif_manifest_url)
end

def src(iiif_manifest_url)
"https://p-w-dl-viewer01.library.ucla.edu/uv.html#?manifest=#{CGI.escape(http_sub(iiif_manifest_url))}"
"https://p-w-dl-viewer01.library.ucla.edu/#?manifest=#{CGI.escape(http_sub(iiif_manifest_url))}"
end
end
end

0 comments on commit 944b8e6

Please sign in to comment.