Skip to content

Commit

Permalink
Issue DevChatter#35 Curate the Live Channels Display on Hompage
Browse files Browse the repository at this point in the history
Additional Changes that were accidentally not included in first PR
  • Loading branch information
CodeItQuick committed Apr 28, 2019
1 parent 33ab04d commit 508a0d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/DevChatter.DevStreams.Core/Twitch/ChannelLiveState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@ public class ChannelLiveState
{
public string TwitchId { get; set; }
public bool IsLive { get; set; }
public DateTime startedAt { get; set; }
public int viewerCount { get; set; }

}
}

1 comment on commit 508a0d8

@CodeItQuick
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ignore these changes, they are incorporated in the last one.

Please sign in to comment.