mirror of
https://github.com/Jellify-Music/App.git
synced 2026-05-02 16:49:40 -05:00
storing address alongside https/http url
This commit is contained in:
@@ -2,6 +2,7 @@ import { JellifyLibrary } from "./JellifyLibrary";
|
||||
|
||||
export interface JellifyServer {
|
||||
url: string;
|
||||
address: string;
|
||||
name: string;
|
||||
version: string;
|
||||
startUpComplete: boolean;
|
||||
|
||||
Reference in New Issue
Block a user