Added SFW mode with NSFW warning to releases.
This commit is contained in:
@@ -80,6 +80,12 @@ const releasePosterFragment = `
|
||||
path
|
||||
thumbnail
|
||||
comment
|
||||
sfw: sfwMedia {
|
||||
id
|
||||
thumbnail
|
||||
path
|
||||
comment
|
||||
}
|
||||
}
|
||||
}
|
||||
`;
|
||||
@@ -91,6 +97,12 @@ const releaseCoversFragment = `
|
||||
path
|
||||
thumbnail
|
||||
comment
|
||||
sfw: sfwMedia {
|
||||
id
|
||||
thumbnail
|
||||
path
|
||||
comment
|
||||
}
|
||||
}
|
||||
}
|
||||
`;
|
||||
@@ -102,6 +114,12 @@ const releasePhotosFragment = `
|
||||
path
|
||||
thumbnail
|
||||
comment
|
||||
sfw: sfwMedia {
|
||||
id
|
||||
thumbnail
|
||||
path
|
||||
comment
|
||||
}
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user