Merge pull request #507 from calzoneman/channel-store

Refactor channel storage to allow database store
This commit is contained in:
Calvin Montgomery 2015-10-04 23:22:05 -07:00
commit 9f4461a779
15 changed files with 484 additions and 105 deletions

View file

@ -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");
}
}