Remove Google Cast support since the JS library does not seem to be maintained anymore and it frequently breaks

This commit is contained in:
Pierre Rudloff 2017-07-03 10:17:37 +02:00
parent b5ef14a930
commit dd00e9d279
9 changed files with 3 additions and 128 deletions

View file

@ -16,6 +16,5 @@
{t}Based on{/t} <a href="http://rg3.github.io/youtube-dl/">youtube-dl</a>
</div>
</footer>
<script src="{base_url}/dist/main.js"></script>
</body>
</html>

View file

@ -19,7 +19,6 @@
<meta name="twitter:title" content="AllTube Download{if isset($title)} - {$title|escape}{/if}" />
<meta name="twitter:image" content="{base_url}/img/logo.png" />
<meta name="twitter:creator" content="@Tael67" />
<script type="text/javascript" src="https://www.gstatic.com/cv/js/sender/v1/cast_sender.js"></script>
<meta name="theme-color" content="#4F4F4F">
<link rel="manifest" href="{base_url}/resources/manifest.json" />
</head>