Skip to content

Commit

Permalink
Merge pull request #14 from RileyXX/improve-performance
Browse files Browse the repository at this point in the history
Improve performance update
  • Loading branch information
RileyXX authored May 9, 2023
2 parents 7e51b17 + 9dd2f9e commit 35135eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions PlexPreferNonForcedSubs/PlexPreferNonForcedSubs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from plexapi.server import PlexServer
from plexapi.media import SubtitleStream
import os

def main():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh:
long_description = "\n" + fh.read()

VERSION = '2.1.3'
VERSION = '2.1.4'
DESCRIPTION = 'This script will set all movies and shows in your local Plex library to English non forced subtitles by default.'
LONG_DESCRIPTION = 'This python script will set all movies and shows in your local Plex library to English non forced subtitles by default. The subtitle selections will apply to your Plex profile and be remembered on other devices.'

Expand Down

0 comments on commit 35135eb

Please sign in to comment.