Improved search: filtering out labs in videos tab

This commit is contained in:
Guilherme Rambo
2017-05-28 02:01:57 -03:00
parent 402f75ad71
commit c6be488e9f
4 changed files with 50 additions and 15 deletions

View File

@@ -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