Frames-Proj / frames

6 stars 6 forks source link

Got comment models working #20

Closed ethanpailes closed 7 years ago

ethanpailes commented 7 years ago

This breaks the video model API a little, but it did not look like it was being used yet.

Videos should only be created with the new() or read() factory methods (not though the constructor directly, which is unsafe).

Comments should be created with read(), Video.addComment(), or VideoComment.addComment().