mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 10:09:59 +00:00
Add missing i18n to native macOS receiver selector and refactor
This commit is contained in:
6
app/NativeMacReceiverSelector/models/Receiver.swift
Normal file
6
app/NativeMacReceiverSelector/models/Receiver.swift
Normal file
@@ -0,0 +1,6 @@
|
||||
struct Receiver : Codable {
|
||||
let friendlyName: String
|
||||
let host: String
|
||||
let id: String
|
||||
let port: Int
|
||||
}
|
||||
Reference in New Issue
Block a user