]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/assets/player/theater-button.ts
Log into the console torrent errors
[github/Chocobozzz/PeerTube.git] / client / src / assets / player / theater-button.ts
index 1d330e08f8be291b26eca3b9e0469304aa01456e..bad737edadd5c3071011af8f5a2d8cfe71332098 100644 (file)
@@ -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 {