Merge pull request #507 from calzoneman/channel-store
Refactor channel storage to allow database store
This commit is contained in:
commit
9f4461a779
15 changed files with 484 additions and 105 deletions
|
|
@ -1072,8 +1072,9 @@ Callbacks = {
|
|||
errDialog("This channel currently exceeds the maximum size of " +
|
||||
toHumanReadable(data.limit) + " (channel size is " +
|
||||
toHumanReadable(data.actual) + "). Please reduce the size by removing " +
|
||||
"unneeded playlist items, filters, and/or emotes or else the channel will " +
|
||||
"be unable to load the next time it is reloaded").attr("id", "chandumptoobig");
|
||||
"unneeded playlist items, filters, and/or emotes. Changes to the channel " +
|
||||
"will not be saved until the size is reduced to under the limit.")
|
||||
.attr("id", "chandumptoobig");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue