Skip to content

Commit 35135eb

Browse files
authored
Merge pull request #14 from RileyXX/improve-performance
Improve performance update
2 parents 7e51b17 + 9dd2f9e commit 35135eb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

PlexPreferNonForcedSubs/PlexPreferNonForcedSubs.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from plexapi.server import PlexServer
2+
from plexapi.media import SubtitleStream
23
import os
34

45
def main():

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh:
1111
long_description = "\n" + fh.read()
1212

13-
VERSION = '2.1.3'
13+
VERSION = '2.1.4'
1414
DESCRIPTION = 'This script will set all movies and shows in your local Plex library to English non forced subtitles by default.'
1515
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.'
1616

0 commit comments

Comments
 (0)