Merge branch 'cleanup' into 'master'
Remove unused function See merge request Ealhad/peertubeify!2
This commit is contained in:
commit
4cb8beaaa2
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue