Skip to content

Commit

Permalink
pass no acl when first creation of oc playlist
Browse files Browse the repository at this point in the history
  • Loading branch information
tgloeggl committed Jul 1, 2024
1 parent f656475 commit 66f84d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Models/Playlists.php
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ public static function createPlaylist($json, $entries = [])
'description' => $json['description'],
'creator' => $json['creator'],
'entries' => $entries,
'accessControlEntries' => self::getDefaultACL()
'accessControlEntries' => []
]);

if (!$oc_playlist) {
Expand Down

0 comments on commit 66f84d2

Please sign in to comment.