Disable video player based on subscription
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
<script>
|
||||
window.api_endpoint = '{{.APIEndpoint}}';
|
||||
const initialNode = {{.Other}};
|
||||
window.initial_file = {{.Other.APIResponse}};
|
||||
</script>
|
||||
|
||||
<link rel='stylesheet' href='/res/svelte/file_viewer.css'>
|
||||
|
@@ -239,8 +239,11 @@
|
||||
<div class="feat_label">
|
||||
Online file previews
|
||||
</div>
|
||||
<div class="feat_normal">
|
||||
View image, audio, PDF and text files directly in your web browser
|
||||
</div>
|
||||
<div class="feat_pro">
|
||||
View image, video, audio, PDF and text files directly in your web browser
|
||||
All of the previous formats plus video streaming
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
|
Reference in New Issue
Block a user