mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-12 21:56:26 +01:00
api/vimeo: return accidentally remove merge function
This commit is contained in:
parent
1cbffc2d75
commit
eb52ab2be8
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
import HLS from "hls-parser";
|
import HLS from "hls-parser";
|
||||||
import { env } from "../../config.js";
|
import { env } from "../../config.js";
|
||||||
|
import { merge } from '../../misc/utils.js';
|
||||||
|
|
||||||
const resolutionMatch = {
|
const resolutionMatch = {
|
||||||
"3840": 2160,
|
"3840": 2160,
|
||||||
|
|
Loading…
Reference in a new issue