X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fassets%2Fplayer%2Ftheater-button.ts;h=bad737edadd5c3071011af8f5a2d8cfe71332098;hb=332e7032c5b998e0ec44ab5dd8bfe723b229e7b1;hp=1d330e08f8be291b26eca3b9e0469304aa01456e;hpb=054a103b286277708a3a807a52da6cca12e1b0ce;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/assets/player/theater-button.ts b/client/src/assets/player/theater-button.ts index 1d330e08f..bad737eda 100644 --- a/client/src/assets/player/theater-button.ts +++ b/client/src/assets/player/theater-button.ts @@ -1,5 +1,6 @@ import { VideoJSComponentInterface, videojsUntyped } from './peertube-videojs-typings' -import { getStoredTheater, saveTheaterInStore } from './utils' +import { saveTheaterInStore } from './peertube-player-local-storage' +import { getStoredTheater } from './peertube-player-local-storage' const Button: VideoJSComponentInterface = videojsUntyped.getComponent('Button') class TheaterButton extends Button {