1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 21:35:56 +00:00

use html5 audio player instead of flash when possible

This commit is contained in:
Andrew Dolgov
2010-11-30 12:40:23 +03:00
parent d769a0f75a
commit c3edc667f1
5 changed files with 88 additions and 10 deletions

View File

@@ -307,6 +307,9 @@
// XML method
if ($subop == "sanityCheck") {
$_SESSION["hasAudio"] = $_REQUEST["hasAudio"] === "true";
print "<rpc-reply>";
if (sanity_check($link)) {
print "<error error-code=\"0\"/>";