Skip to content

Commit

Permalink
Merge pull request #3980 from DimitarCC/movie-info-fix2
Browse files Browse the repository at this point in the history
[Fixed] Exception after last change
  • Loading branch information
littlesat committed May 14, 2024
2 parents f41300e + fffcb20 commit fdf554c
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 fdf554c

Please sign in to comment.