Skip to content

Commit

Permalink
Merge pull request #384 from quickmic/next-gen-dev
Browse files Browse the repository at this point in the history
plugin.video.emby-next-gen-6.0.13-build 2 (ex1)
  • Loading branch information
quickmic authored Oct 1, 2021
2 parents 0df0727 + 3d43809 commit 5f13c64
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<addon id="plugin.video.emby-next-gen" name="Emby-next-gen" version="6.0.12" provider-name="quickmic, angelblue05, sualfred">
<addon id="plugin.video.emby-next-gen" name="Emby-next-gen" version="6.0.13" provider-name="quickmic, angelblue05, sualfred">
<requires>
<import addon="script.module.requests" version="2.22.0" />
<import addon="script.module.dateutil" version="2.8.1" />
Expand Down
4 changes: 3 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
6.0.11 (beta)
6.0.13 (beta)
=============
Improvements:
-------------
Expand Down Expand Up @@ -195,6 +195,8 @@ clean code
fix remove item issue
fix recording issue
fix native season path
fix mutiversion selection
fix live tv


6.0.10 (beta)
Expand Down
2 changes: 1 addition & 1 deletion emby/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import helper.utils as Utils
import helper.loghandler

info = "Path,Genres,SortName,Studios,Writer,Taglines,LocalTrailerCount,Video3DFormat,OfficialRating,CumulativeRunTimeTicks,PremiereDate,ProductionYear,DateCreated,People,Overview,CommunityRating,StartDate,CriticRating,Etag,ShortOverview,ProductionLocations,Tags,ProviderIds,ParentId,RemoteTrailers,Status,EndDate,MediaSources,RecursiveItemCount,PresentationUniqueKey,OriginalTitle,PartCount,SpecialFeatureCount"
info = "Path,Genres,SortName,Studios,Writer,Taglines,LocalTrailerCount,Video3DFormat,OfficialRating,CumulativeRunTimeTicks,ItemCounts,PremiereDate,ProductionYear,Metascore,AirTime,DateCreated,People,Overview,CommunityRating,StartDate,CriticRating,CriticRatingSummary,Etag,ShortOverview,ProductionLocations,Tags,ProviderIds,ParentId,RemoteTrailers,SpecialEpisodeNumbers,Status,EndDate,MediaSources,RecursiveItemCount,PrimaryImageAspectRatio,DisplayOrder,PresentationUniqueKey,OriginalTitle,AlternateMediaSources,PartCount,SpecialFeatureCount"
music_info = "Etag,Genres,SortName,Studios,Writer,PremiereDate,ProductionYear,OfficialRating,CumulativeRunTimeTicks,CommunityRating,DateCreated,MediaStreams,People,ProviderIds,Overview,PresentationUniqueKey,Path,ParentId"
LOG = helper.loghandler.LOG('EMBY.emby.api.API')

Expand Down

0 comments on commit 5f13c64

Please sign in to comment.