Skip to content

Commit

Permalink
ensure author shows up when loading from jriver
Browse files Browse the repository at this point in the history
  • Loading branch information
3ll3d00d committed Dec 14, 2023
1 parent d44dc77 commit 11d1b66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ezbeq/jriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def __do_it():
logger.info(new_config_txt)
try:
self.__mcws.set_dsp(zone_id, new_config_txt)
self._current_state.set_title(slot, entry.formatted_title, entry.author)
self._current_state.set_title(slot, entry.formatted_title, author=entry.author)
except Exception as e:
self._current_state.slot.last = 'ERROR'
self._current_state.slot.last_author = None
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ezbeq"
version = "2.0.4"
version = "2.0.5"
description = "A webapp which can send beqcatalogue filters to a DSP device"
authors = ["3ll3d00d <mattkhan+ezbeq@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 11d1b66

Please sign in to comment.