Skip to content

Commit 2dfe938

Browse files
committed
doco update
1 parent b9f9955 commit 2dfe938

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919

2020
> **IMPORTANT NOTE ON UPGRADES**
2121
> - There are rare times that you will need to update settings. Check [here](https://github.com/petersem/posterr/wiki/Latest-changes) for detailed notes on each updated.
22-
22+
2323
---
2424
## Features
25-
- Displays movies, shows, music poster for what is currently playing.
25+
- Displays movies, shows, music poster for what's currently playing.
2626
- Displays random (on-demand) titles from multiple Plex libraries.
2727
- Displays custom pictures, background art, and themes
2828
- Shows coming soon titles from Sonarr (or Season premieres).

myviews/posters/posters.ejs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
isTrivia = false;
3333
}
3434
35-
3635
// manage manual key presses for space and left/right arrows - pause and prev/next slides
3736
const keyName = event.key;
3837
var tagLine = document.getElementById("tagLine" + curPlayID);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posterr",
3-
"version": "1.21.3",
3+
"version": "1.21.4",
44
"description": "A digital display for your media",
55
"main": "index.js",
66
"bin": "index.js",

0 commit comments

Comments
 (0)