MCPcopy Create free account
hub / github.com/blacktwin/JBOPS / section_path

Function section_path

utility/plex_dance.py:84–87  ·  view source on GitHub ↗
(section, filepath)

Source from the content-addressed store, hash-verified

82
83
84def section_path(section, filepath):
85 for location in section.locations:
86 if filepath.startswith(location):
87 return location
88
89
90def refresh_section(sectionID):

Callers 1

plex_dance.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected