Skip to content

Commit a6946de

Browse files
committed
refactor(oblecto): re-enable RealtimeController initialization
1 parent 9a0596e commit a6946de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/oblecto/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export default class Oblecto {
109109
}
110110

111111
this.oblectoAPI = new OblectoAPI(this);
112-
// this.realTimeController = new RealtimeController(this);
112+
this.realTimeController = new RealtimeController(this);
113113

114114
// Emby Server emulation
115115
this.embyServer = new EmbyEmulation(this);

0 commit comments

Comments
 (0)