Skip to content

Commit ef908c6

Browse files
authored
Merge pull request #8 from sailfishos/jb61769
[qtgrilo] Update plugins.qmltypes. JB#61769
2 parents b570dcf + 3b5361c commit ef908c6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

declarative/plugins.qmltypes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ Module {
127127
Property { name: "author"; type: "string"; isReadonly: true }
128128
Property { name: "album"; type: "string"; isReadonly: true }
129129
Property { name: "artist"; type: "string"; isReadonly: true }
130+
Property { name: "albumArtist"; type: "string"; isReadonly: true }
130131
Property { name: "genre"; type: "string"; isReadonly: true }
131132
Property { name: "thumbnail"; type: "QUrl"; isReadonly: true }
132133
Property { name: "year"; type: "int"; isReadonly: true }
@@ -154,6 +155,11 @@ Module {
154155
prototype: "QAbstractListModel"
155156
Property { name: "source"; type: "GriloDataSource"; isPointer: true }
156157
Property { name: "count"; type: "int"; isReadonly: true }
158+
Method {
159+
name: "getMediaItem"
160+
type: "GriloMedia*"
161+
Parameter { name: "index"; type: "int" }
162+
}
157163
}
158164
Component {
159165
name: "GriloQuery"

0 commit comments

Comments
 (0)