1
0
mirror of https://gitlab.com/Cha_deL/peertubeify synced 2025-01-03 10:09:28 +01:00

Merge branch 'cleanup' into 'master'

Remove unused function

See merge request Ealhad/peertubeify!2
This commit is contained in:
Ealhad 2018-11-12 08:50:11 +00:00
commit 4cb8beaaa2

View File

@ -21,7 +21,6 @@ import { htmlToElement } from './util';
import { MessageKind, RedirectType } from './types';
import Preferences from './preferences';
const watchURL = (host, uuid) => `https://${host}/videos/watch/${uuid}`;
const thumbnailURL = (host, path) => `https://${host}${path}`;
const LINK_ID = 'peertube-link';