Add ResumeBook section

This commit is contained in:
Nathan Mascitelli 2021-04-29 22:35:57 -04:00
parent eeb5d4bd1e
commit bdab8d1edb

View file

@ -48,6 +48,11 @@
/// <summary>
/// Live TV.
/// </summary>
LiveTv = 8
LiveTv = 8,
/// <summary>
/// Continue Reading.
/// </summary>
ResumeBook = 9
}
}