add test for player endpoint

This commit is contained in:
ThetaDev 2022-08-02 17:12:54 +02:00
parent 4600edc81f
commit 25a9398b85
3 changed files with 103 additions and 16 deletions

View file

@ -245,5 +245,4 @@ pub struct PlayerMicroformatRenderer {
pub is_family_safe: bool,
pub category: String,
pub publish_date: NaiveDate,
pub upload_date: NaiveDate,
}