mirror of
https://github.com/PR0M3TH3AN/bitvid.git
synced 2025-09-09 15:38:44 +00:00
update
This commit is contained in:
@@ -4,7 +4,7 @@ import { nostrClient } from './nostr.js';
|
||||
import { torrentClient } from './webtorrent.js';
|
||||
import { isDevMode } from './config.js';
|
||||
|
||||
class NosTubeApp {
|
||||
class bitvidApp {
|
||||
constructor() {
|
||||
// Authentication Elements
|
||||
this.loginButton = document.getElementById('loginButton');
|
||||
@@ -898,6 +898,6 @@ class NosTubeApp {
|
||||
}
|
||||
}
|
||||
|
||||
export const app = new NosTubeApp();
|
||||
export const app = new bitvidApp();
|
||||
app.init();
|
||||
window.app = app;
|
||||
|
Reference in New Issue
Block a user