diff --git a/openlp/plugins/remotes/endpoint.py b/openlp/plugins/remotes/endpoint.py index 1a22dd53c..a9b0d0815 100644 --- a/openlp/plugins/remotes/endpoint.py +++ b/openlp/plugins/remotes/endpoint.py @@ -28,7 +28,7 @@ from openlp.core.api.endpoint.core import TRANSLATED_STRINGS from openlp.core.common import AppLocation -static_dir = os.path.join(AppLocation.get_section_data_path('remotes')) +static_dir = os.path.join(str(AppLocation.get_section_data_path('remotes'))) log = logging.getLogger(__name__)