Skip to content

Commit

Permalink
removed getViews declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
ynshung committed Oct 27, 2023
1 parent 4b7666f commit ea38de6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/lib/Info.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
import { isVideoPlaying } from "./VideoState";
import { BooleanDictionary } from "./definitions";
import {
getCurrentId,
getOverlayElement,
getUploadDate,
getViews,
} from "./getters";
import { getCurrentId, getOverlayElement, getUploadDate } from "./getters";

export function setInfo(features: BooleanDictionary) {
const views_interval = setInterval(addInfo, 10);
Expand Down

0 comments on commit ea38de6

Please sign in to comment.