Skip to content

Commit

Permalink
fix import line to refer to correct plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
yajrendrag committed Dec 10, 2023
1 parent dab9b08 commit 734228d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions source/reorder_subtitle_streams_by_language2/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

**<span style="color:#56adda">1.0.7</span>**
- fix import line to refer to correct plugin name

**<span style="color:#56adda">1.0.6</span>**
- fix found_search_string_streams position in custom stream mapping

Expand Down
2 changes: 1 addition & 1 deletion source/reorder_subtitle_streams_by_language2/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"on_worker_process": 2
},
"tags": "subtitle,ffmpeg,library file test",
"version": "1.0.6"
"version": "1.0.7"
}
4 changes: 2 additions & 2 deletions source/reorder_subtitle_streams_by_language2/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@

from unmanic.libs.unplugins.settings import PluginSettings

from reorder_subtitle_streams_by_language.lib.ffmpeg import StreamMapper, Probe, Parser
from reorder_subtitle_streams_by_language2.lib.ffmpeg import StreamMapper, Probe, Parser

# Configure plugin logger
logger = logging.getLogger("Unmanic.Plugin.reorder_subtitle_streams_by_language")
logger = logging.getLogger("Unmanic.Plugin.reorder_subtitle_streams_by_language2")


class Settings(PluginSettings):
Expand Down

0 comments on commit 734228d

Please sign in to comment.