mirror of
https://github.com/yattee/yattee.git
synced 2025-10-11 01:48:12 +00:00
Initial PeerTube Support
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user