mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 05:08:00 +02:00
Changes:
- Range Headers for videoplayback - Changed behaviour of local playlists - Added UTC timestamps to footer
This commit is contained in:
parent
dac17fbc2d
commit
599e024afa
12 changed files with 465 additions and 416 deletions
|
@ -34,7 +34,7 @@ export const SUPPORTED_LOCALES = [
|
|||
},
|
||||
{
|
||||
code: 'fa',
|
||||
name: 'فارسی'
|
||||
name: 'فارسی',
|
||||
},
|
||||
{
|
||||
code: 'fr',
|
||||
|
|
|
@ -68,7 +68,6 @@ export const useResults = defineStore('results', () => {
|
|||
useNav().state.page = 'home';
|
||||
|
||||
next.value = hash + '?nextpage=' + encodeURIComponent(json.nextpage);
|
||||
|
||||
}
|
||||
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue