Initial PeerTube Support

This commit is contained in:
Arkadiusz Fal
2022-12-09 01:15:19 +01:00
parent 72ea17b257
commit faf2469e04
39 changed files with 816 additions and 92 deletions

View File

@@ -9,7 +9,7 @@ struct ManifestedInstance: Identifiable, Hashable {
let url: URL
var instance: Instance {
.init(app: app, name: "Public - \(country)", apiURL: url.absoluteString)
.init(app: app, name: "Public - \(country)", apiURLString: url.absoluteString)
}
var location: String {
@@ -21,7 +21,7 @@ struct ManifestedInstance: Identifiable, Hashable {
id: UUID().uuidString,
app: app,
name: location,
url: url.absoluteString,
urlString: url.absoluteString,
anonymous: true,
country: country,
region: region