Skip to content

Commit

Permalink
fixed mvn issues
Browse files Browse the repository at this point in the history
Signed-off-by: Zachary Christiansen <volfan6415@gmail.com>
  • Loading branch information
volfan6415 committed Aug 31, 2022
1 parent 46dc760 commit 30aa049
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ protected Properties getHttpHeaders() {
throws EmbyHttpRetryExceeded {
String response = null;
int x = 0;

while (true) {
try {
response = doPost(urlAddress, payload);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
xsi:schemaLocation="https://openhab.org/schemas/binding/v1.0.0 https://openhab.org/schemas/binding-1.0.0.xsd">

<name>emby Binding</name>
<description>The Emby Binding integrates EMBY, a personal media server https://emby.media/, support with openHAB, allowing both controlling the player as well as retrieving player status data like the currently played movie title.</description>
<description>The Emby Binding integrates EMBY, a personal media server https://emby.media/, support with openHAB,
allowing both controlling the player as well as retrieving player status data like the currently played movie title.</description>

</binding:binding>

0 comments on commit 30aa049

Please sign in to comment.