Skip to content

Commit

Permalink
Fixed missing Livestream.dislikes return value
Browse files Browse the repository at this point in the history
  • Loading branch information
thelabcat committed Oct 26, 2024
1 parent e85ba9b commit 1c10e78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "cocorum"
version = "1.6.1"
version = "1.6.2"
keywords = ["rumble", "api", "wrapper", "livestream"]
authors = [
{ name="Wilbur Jaywright", email="[email protected]" },
Expand Down
1 change: 1 addition & 0 deletions src/cocorum/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ def likes(self):
@property
def dislikes(self):
"""Number of dislikes on the stream"""
return self["dislikes"]

@property
def like_ratio(self):
Expand Down

0 comments on commit 1c10e78

Please sign in to comment.