mirror of
https://github.com/tappollo/WWDC.git
synced 2026-04-30 12:52:02 +08:00
Improved search: filtering out labs in videos tab
This commit is contained in:
@@ -78,15 +78,9 @@ public class SessionInstance: Object {
|
||||
// Track name
|
||||
public dynamic var trackName = ""
|
||||
|
||||
/// The room where this session will be held
|
||||
// public let room = LinkingObjects(fromType: Room.self, property: "instances")
|
||||
|
||||
/// The track associated with the instance
|
||||
public let track = LinkingObjects(fromType: Track.self, property: "instances")
|
||||
|
||||
/// The event this instance is associated with
|
||||
public let event = LinkingObjects(fromType: Event.self, property: "sessionInstances")
|
||||
|
||||
/// Whether this is being live streamed at the moment
|
||||
public dynamic var isCurrentlyLive = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user