Skip to content

Commit

Permalink
[Fixed] Exception after last change
Browse files Browse the repository at this point in the history
(cherry picked from commit fffcb20133983bd631980d4196bd74204df05741)
  • Loading branch information
DimitarCC authored and teamblue-e2 committed May 15, 2024
1 parent 1a2b527 commit 415c480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Components/Converter/MovieInfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def getText(self):
duration = info.getLength(service)
filesize = info.getInfoObject(service, iServiceInformation.sFileSize)
rec_ref_str = info.getInfoString(service, iServiceInformation.sServiceref)
rec_service_name = eServiceReference(rec_ref_str).getServiceName()
rec_service_name = eServiceReference(rec_ref_str).getName()
res_str = ""
for x in self.parts[1:]:
x = x.upper()
Expand Down

0 comments on commit 415c480

Please sign in to comment.