Skip to content

Commit

Permalink
Fix copy&paste bug in GraphQL docs of AuthorizedPlaylist (#1255)
Browse files Browse the repository at this point in the history
  • Loading branch information
owi92 authored Oct 1, 2024
2 parents 1516e5f + b27ddc2 commit b93a21d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/src/api/model/playlist/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ impl Playlist {
}
}

/// Represents an Opencast series.
/// Represents an Opencast playlist.
#[graphql_object(Context = Context)]
impl AuthorizedPlaylist {
fn id(&self) -> Id {
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ input NewTextBlock {
content: String!
}

"Represents an Opencast series."
"Represents an Opencast playlist."
type AuthorizedPlaylist {
id: ID!
opencastId: String!
Expand Down

0 comments on commit b93a21d

Please sign in to comment.